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 () => {