From 405db20980471eddc3880eba405a29926cc0038e Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Thu, 9 Feb 2023 13:56:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=9C=AA=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=BA=94=E7=94=A8=E6=8F=90=E7=A4=BA=E7=9A=84=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/app-status/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue index 5cec3a97e..cdeecb7a9 100644 --- a/frontend/src/components/app-status/index.vue +++ b/frontend/src/components/app-status/index.vue @@ -37,7 +37,7 @@
{{ $t('app.checkInstalledWarn', [data.app]) }} - + {{ $t('database.goInstall') }} @@ -88,8 +88,8 @@ const setting = () => { em('setting', false); }; -const goRouter = async (path: string) => { - router.push({ path: path }); +const goRouter = async (key: string) => { + router.push({ name: 'AppDetail', params: { appKey: key } }); }; const onCheck = async () => {