From e326cceb78c360fe819aba6939a1acb04d28d44e Mon Sep 17 00:00:00 2001 From: xlsea Date: Fri, 19 Jul 2024 09:20:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(sj=5F1.2.0-beta1):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=B7=AF=E7=94=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/index.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index cd1401a..38cec41 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -16,7 +16,7 @@ export function createStaticRoutes() { { name: 'document', path: '/document', - component: 'layout.blank$view.iframe-page', + component: 'layout.base$view.iframe-page', props: { url: 'https://snailjob.opensnail.com/' }, @@ -24,7 +24,8 @@ export function createStaticRoutes() { title: 'document', i18nKey: 'route.document', order: 1000, - icon: 'mdi:file-document-multiple-outline' + icon: 'mdi:file-document-multiple-outline', + href: 'https://snailjob.opensnail.com/' } } ];