fix(sj_1.2.0-beta1): 修复文档路由问题
This commit is contained in:
parent
127dd182ed
commit
e326cceb78
@ -16,7 +16,7 @@ export function createStaticRoutes() {
|
|||||||
{
|
{
|
||||||
name: 'document',
|
name: 'document',
|
||||||
path: '/document',
|
path: '/document',
|
||||||
component: 'layout.blank$view.iframe-page',
|
component: 'layout.base$view.iframe-page',
|
||||||
props: {
|
props: {
|
||||||
url: 'https://snailjob.opensnail.com/'
|
url: 'https://snailjob.opensnail.com/'
|
||||||
},
|
},
|
||||||
@ -24,7 +24,8 @@ export function createStaticRoutes() {
|
|||||||
title: 'document',
|
title: 'document',
|
||||||
i18nKey: 'route.document',
|
i18nKey: 'route.document',
|
||||||
order: 1000,
|
order: 1000,
|
||||||
icon: 'mdi:file-document-multiple-outline'
|
icon: 'mdi:file-document-multiple-outline',
|
||||||
|
href: 'https://snailjob.opensnail.com/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user