Merge pull request #35 from mizhexiaoxiao/dev

fix
This commit is contained in:
mizhexiaoxiao 2024-06-17 18:12:44 +08:00 committed by GitHub
commit 08c84df984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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