From a4e7535138781a43aaa1729ff148217ae436cbbb Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Fri, 2 Dec 2022 17:44:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=94=E7=94=A8=E5=95=86=E5=BA=97?= =?UTF-8?q?=EF=BC=8C=E5=AE=89=E8=A3=85=E5=BA=94=E7=94=A8=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=8F=96=E6=B6=88=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=EF=BC=8C=E6=98=BE=E7=A4=BA=E2=80=9C=E5=85=A8=E9=83=A8=E2=80=9D?= =?UTF-8?q?=E5=92=8C=E2=80=9C=E5=B7=B2=E5=AE=89=E8=A3=85=E2=80=9D=20tab=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/routers/modules/app-store.ts | 20 +-- frontend/src/views/app-store/apps/index.vue | 153 ++++++++++-------- frontend/src/views/app-store/detail/index.vue | 4 +- 3 files changed, 95 insertions(+), 82 deletions(-) diff --git a/frontend/src/routers/modules/app-store.ts b/frontend/src/routers/modules/app-store.ts index 6071e90d4..cac4ed3e3 100644 --- a/frontend/src/routers/modules/app-store.ts +++ b/frontend/src/routers/modules/app-store.ts @@ -38,16 +38,16 @@ const appStoreRouter = { }, ], }, - { - path: '/apps/detail/:id', - name: 'AppDetail', - props: true, - hidden: true, - component: () => import('@/views/app-store/detail/index.vue'), - meta: { - activeMenu: '/apps', - }, - }, + // { + // path: '/apps/detail/:id', + // name: 'AppDetail', + // props: true, + // hidden: true, + // component: () => import('@/views/app-store/detail/index.vue'), + // meta: { + // activeMenu: '/apps', + // }, + // }, ], }; diff --git a/frontend/src/views/app-store/apps/index.vue b/frontend/src/views/app-store/apps/index.vue index 8e9a5edb3..286581382 100644 --- a/frontend/src/views/app-store/apps/index.vue +++ b/frontend/src/views/app-store/apps/index.vue @@ -1,82 +1,95 @@