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",
path: "/enm_rm/logDetail",
path: "/enm_base/logDetail",
meta: {
title: "日志详情",
icon: "el-icon-document-copy",
perms: ["enm_base"],
hidden: true,
},
component: "enm_rm/logDetail",