mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-11 08:57:10 +08:00
新增:新增系统管理/菜单管理(列表、创建、修改、删除、导出)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default {
|
||||
path: 'https://arco.design/vue/docs/start',
|
||||
name: 'arcoWebsite',
|
||||
name: 'ArcoWebsite',
|
||||
meta: {
|
||||
locale: 'menu.arcoWebsite',
|
||||
icon: 'icon-link',
|
||||
|
||||
@@ -13,7 +13,7 @@ const Monitor: AppRouteRecordRaw = {
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '/online',
|
||||
path: '/monitor/online',
|
||||
name: 'OnlineUser',
|
||||
component: () => import('@/views/monitor/online/index.vue'),
|
||||
meta: {
|
||||
@@ -23,7 +23,7 @@ const Monitor: AppRouteRecordRaw = {
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'log/login',
|
||||
path: '/monitor/log/login',
|
||||
name: 'LoginLog',
|
||||
component: () => import('@/views/monitor/log/login/index.vue'),
|
||||
meta: {
|
||||
@@ -33,7 +33,7 @@ const Monitor: AppRouteRecordRaw = {
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'log/operation',
|
||||
path: '/monitor/log/operation',
|
||||
name: 'OperationLog',
|
||||
component: () => import('@/views/monitor/log/operation/index.vue'),
|
||||
meta: {
|
||||
@@ -43,7 +43,7 @@ const Monitor: AppRouteRecordRaw = {
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'log/system',
|
||||
path: '/monitor/log/system',
|
||||
name: 'SystemLog',
|
||||
component: () => import('@/views/monitor/log/system/index.vue'),
|
||||
meta: {
|
||||
|
||||
@@ -22,6 +22,16 @@ const System: AppRouteRecordRaw = {
|
||||
roles: ['*'],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/system/menu',
|
||||
name: 'Menu',
|
||||
component: () => import('@/views/system/menu/index.vue'),
|
||||
meta: {
|
||||
locale: 'menu.system.menu.list',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/system/dept',
|
||||
name: 'Dept',
|
||||
|
||||
Reference in New Issue
Block a user