This commit is contained in:
mizhexiaoxiao 2024-06-17 18:12:18 +08:00
parent 98f0a32555
commit 9ff4867a4e

View File

@ -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: '/',