diff --git a/frontend/src/views/home/app/index.vue b/frontend/src/views/home/app/index.vue index 489ecbf8e..52128faaf 100644 --- a/frontend/src/views/home/app/index.vue +++ b/frontend/src/views/home/app/index.vue @@ -21,7 +21,14 @@ - + {{ $t('app.install') }} @@ -71,8 +78,8 @@ const acceptParams = (base: Dashboard.BaseInfo): void => { search(req); }; -const goInstall = () => { - router.push({ name: 'App' }); +const goInstall = (key: string) => { + router.push({ name: 'AppDetail', params: { appKey: key } }); }; const search = async (req: App.AppReq) => { diff --git a/frontend/src/views/website/website/index.vue b/frontend/src/views/website/website/index.vue index 33ec2317c..30a40d1d6 100644 --- a/frontend/src/views/website/website/index.vue +++ b/frontend/src/views/website/website/index.vue @@ -48,7 +48,7 @@