fix
This commit is contained in:
parent
98f0a32555
commit
9ff4867a4e
@ -4,6 +4,10 @@ const { t } = i18n.global
|
|||||||
const Layout = () => import('@/layout/index.vue')
|
const Layout = () => import('@/layout/index.vue')
|
||||||
|
|
||||||
export const basicRoutes = [
|
export const basicRoutes = [
|
||||||
|
{
|
||||||
|
path: '/',
|
||||||
|
redirect: '/workbench', // 默认跳转到首页
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: t('views.workbench.label_workbench'),
|
name: t('views.workbench.label_workbench'),
|
||||||
path: '/',
|
path: '/',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user