fix:日志详情页去掉权控

This commit is contained in:
shijing 2024-08-07 09:18:19 +08:00
parent f64e1a3b84
commit c7285dc56f
1 changed files with 1 additions and 2 deletions

View File

@ -2653,11 +2653,10 @@ const routes = [
}, },
{ {
name: "logDetail", name: "logDetail",
path: "/enm_rm/logDetail", path: "/enm_base/logDetail",
meta: { meta: {
title: "日志详情", title: "日志详情",
icon: "el-icon-document-copy", icon: "el-icon-document-copy",
perms: ["enm_base"],
hidden: true, hidden: true,
}, },
component: "enm_rm/logDetail", component: "enm_rm/logDetail",