fix:路由变动,将日志详情提到enm_base中

This commit is contained in:
shijing 2024-05-07 11:19:08 +08:00
parent 09e83c9fc0
commit d67ed6ce74
1 changed files with 12 additions and 11 deletions

View File

@ -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",