Commit 2e308032 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化新增菜单

parent 5392ef0e
...@@ -304,7 +304,7 @@ export default { ...@@ -304,7 +304,7 @@ export default {
commMenu: 1, // 是否常用菜单 (0.非常用,1.常用) commMenu: 1, // 是否常用菜单 (0.非常用,1.常用)
component: "", // vue组件路径 component: "", // vue组件路径
menuType: 0, // 菜单类型 (0.目录,1.菜单,2.按钮) menuType: 0, // 菜单类型 (0.目录,1.菜单,2.按钮)
authType: 0, // 权限类型 (0.无限制,1.无需登录查看,2.需要登录查看,3.需要角色权限查看) authType: 3, // 权限类型 (0.无限制,1.无需登录查看,2.需要登录查看,3.需要角色权限查看)
visible: 0, // 菜单显示状态 (0.显示,1.隐藏) visible: 0, // 菜单显示状态 (0.显示,1.隐藏)
perms: "", // 权限标识,多个逗号分割 perms: "", // 权限标识,多个逗号分割
remark: "", // 备注信息 remark: "", // 备注信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment