Commit 05aabe1a authored by liwei's avatar liwei

修改了首页跳转

parent aae87186
......@@ -102,6 +102,15 @@ export const mainBodyRoute: AppRouteRecordRaw = {
currentActiveMenu: '/mainBody/index',
},
children: [
{
path: 'index',
name: 'mainBody',
component: () => import('@/views/mainBody/index.vue'),
meta: {
title: '主体管理',
icon: '',
},
},
{
path: '/mainBody/details',
name: 'details',
......@@ -147,6 +156,7 @@ export const DataSourceRoute: AppRouteRecordRaw = {
],
};
/**用户管理*/
export const UserRoute: AppRouteRecordRaw = {
path: '/user',
name: 'User',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment