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