route 修改
This commit is contained in:
parent
5d89acd012
commit
ea1cffeff6
|
|
@ -43,7 +43,6 @@ const routes = [
|
|||
"title": "控制台",
|
||||
"icon": "el-icon-monitor",
|
||||
"affix": true,
|
||||
|
||||
},
|
||||
"component": "home"
|
||||
},
|
||||
|
|
@ -656,7 +655,8 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "运维",
|
||||
"icon": "el-icon-wallet-filled",
|
||||
"type": "menu"
|
||||
"type": "menu",
|
||||
"perms": ["ops"]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
|
|
@ -665,6 +665,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "菜单管理",
|
||||
"icon": "el-icon-fold",
|
||||
"perms": ["menu"]
|
||||
},
|
||||
"component": "ops/menu"
|
||||
},
|
||||
|
|
@ -674,6 +675,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "请求日志",
|
||||
"icon": "el-icon-fold",
|
||||
"perms": ["log"]
|
||||
},
|
||||
"component": "ops/log_request"
|
||||
},
|
||||
|
|
@ -683,6 +685,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "第三方日志",
|
||||
"icon": "el-icon-fold",
|
||||
"perms": ["third_log"]
|
||||
},
|
||||
"component": "ops/thirdLogs"
|
||||
},
|
||||
|
|
@ -692,6 +695,7 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "文件日志",
|
||||
"icon": "el-icon-fold",
|
||||
"perms": ["file_log"]
|
||||
},
|
||||
"component": "ops/files"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue