名称和权限优化
This commit is contained in:
parent
7d4368b81d
commit
ab4b863cdd
|
|
@ -104,9 +104,7 @@ export const newDashboardRoute: AppRouteRecordRaw = {
|
||||||
//新版后台登录,如果想要使用旧版登录放开即可
|
//新版后台登录,如果想要使用旧版登录放开即可
|
||||||
// component: () => import('/@/views/sys/login/Login.vue'),
|
// component: () => import('/@/views/sys/login/Login.vue'),
|
||||||
component: () => import('/@/views/screen/Dashboard.vue'),
|
component: () => import('/@/views/screen/Dashboard.vue'),
|
||||||
meta: {
|
|
||||||
title: t('routes.basic.login'),
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Basic routing without permission
|
// Basic routing without permission
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue