fix:日志详情页去掉权控
This commit is contained in:
parent
f64e1a3b84
commit
c7285dc56f
|
|
@ -2653,11 +2653,10 @@ const routes = [
|
|||
},
|
||||
{
|
||||
name: "logDetail",
|
||||
path: "/enm_rm/logDetail",
|
||||
path: "/enm_base/logDetail",
|
||||
meta: {
|
||||
title: "日志详情",
|
||||
icon: "el-icon-document-copy",
|
||||
perms: ["enm_base"],
|
||||
hidden: true,
|
||||
},
|
||||
component: "enm_rm/logDetail",
|
||||
|
|
|
|||
Loading…
Reference in New Issue