fix:路由变动,将日志详情提到enm_base中
This commit is contained in:
parent
09e83c9fc0
commit
d67ed6ce74
|
@ -10,7 +10,8 @@ const routes = [
|
|||
"meta": {
|
||||
"title": "工作台",
|
||||
"icon": "el-icon-home-filled",
|
||||
"type": "menu"
|
||||
"type": "menu",
|
||||
"perms": ["home"]
|
||||
},
|
||||
"children": [
|
||||
//首页
|
||||
|
@ -290,16 +291,6 @@ const routes = [
|
|||
},
|
||||
"component": "enm_rm/handoverLog"
|
||||
},
|
||||
{
|
||||
"name": "logDetail",
|
||||
"path": "/enm_rm/logDetail",
|
||||
"meta": {
|
||||
"title": "日志详情",
|
||||
"icon": "el-icon-document-copy",
|
||||
"hidden": true
|
||||
},
|
||||
"component": "enm_rm/logDetail"
|
||||
},
|
||||
]
|
||||
},
|
||||
//原料磨——基础
|
||||
|
@ -2367,6 +2358,16 @@ const routes = [
|
|||
},
|
||||
"component": "enm_base/material"
|
||||
},
|
||||
{
|
||||
"name": "logDetail",
|
||||
"path": "/enm_rm/logDetail",
|
||||
"meta": {
|
||||
"title": "日志详情",
|
||||
"icon": "el-icon-document-copy",
|
||||
"hidden": true
|
||||
},
|
||||
"component": "enm_rm/logDetail"
|
||||
},
|
||||
{
|
||||
"name": "formula",
|
||||
"path": "/enm_base/formula",
|
||||
|
|
Loading…
Reference in New Issue