mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
更新菜单
This commit is contained in:
parent
9a7f1e73ba
commit
913e3089a9
@ -466,65 +466,16 @@
|
|||||||
"childMenus": []
|
"childMenus": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "示例组件",
|
"name": "crud 示例",
|
||||||
"router": null,
|
"router": "/demo/crud",
|
||||||
"perms": null,
|
"perms": null,
|
||||||
"type": 0,
|
"type": 1,
|
||||||
"icon": "icon-workbench",
|
"icon": "icon-favor",
|
||||||
"orderNum": 1,
|
"orderNum": 1,
|
||||||
"viewPath": null,
|
"viewPath": "modules/demo/views/crud/index.vue",
|
||||||
"keepAlive": true,
|
"keepAlive": true,
|
||||||
"isShow": true,
|
"isShow": true,
|
||||||
"childMenus": [
|
"childMenus": []
|
||||||
{
|
|
||||||
"name": "组件预览",
|
|
||||||
"router": "/demo",
|
|
||||||
"perms": null,
|
|
||||||
"type": 1,
|
|
||||||
"icon": "icon-favor",
|
|
||||||
"orderNum": 1,
|
|
||||||
"viewPath": "modules/demo/views/demo.vue",
|
|
||||||
"keepAlive": true,
|
|
||||||
"isShow": true,
|
|
||||||
"childMenus": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "crud 示例",
|
|
||||||
"router": "/demo/crud",
|
|
||||||
"perms": null,
|
|
||||||
"type": 1,
|
|
||||||
"icon": "icon-favor",
|
|
||||||
"orderNum": 1,
|
|
||||||
"viewPath": "modules/demo/views/crud/index.vue",
|
|
||||||
"keepAlive": true,
|
|
||||||
"isShow": true,
|
|
||||||
"childMenus": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "编辑器",
|
|
||||||
"router": "/demo/editor",
|
|
||||||
"perms": null,
|
|
||||||
"type": 1,
|
|
||||||
"icon": "icon-favor",
|
|
||||||
"orderNum": 4,
|
|
||||||
"viewPath": "modules/demo/views/editor.vue",
|
|
||||||
"keepAlive": true,
|
|
||||||
"isShow": true,
|
|
||||||
"childMenus": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "文件上传",
|
|
||||||
"router": "/demo/upload",
|
|
||||||
"perms": null,
|
|
||||||
"type": 1,
|
|
||||||
"icon": "icon-favor",
|
|
||||||
"orderNum": 3,
|
|
||||||
"viewPath": "modules/demo/views/upload.vue",
|
|
||||||
"keepAlive": true,
|
|
||||||
"isShow": true,
|
|
||||||
"childMenus": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -1224,13 +1175,13 @@
|
|||||||
"childMenus": []
|
"childMenus": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "插件管理",
|
"name": "后端插件",
|
||||||
"router": "/helper/plugin",
|
"router": "/helper/plugins/serve",
|
||||||
"perms": null,
|
"perms": null,
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"icon": "icon-component",
|
"icon": "icon-component",
|
||||||
"orderNum": 4,
|
"orderNum": 2,
|
||||||
"viewPath": "modules/helper/views/plugin.vue",
|
"viewPath": "modules/helper/views/plugins/serve.vue",
|
||||||
"keepAlive": true,
|
"keepAlive": true,
|
||||||
"isShow": true,
|
"isShow": true,
|
||||||
"childMenus": [
|
"childMenus": [
|
||||||
@ -1247,6 +1198,18 @@
|
|||||||
"childMenus": []
|
"childMenus": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "前端插件",
|
||||||
|
"router": "/helper/plugins/vue",
|
||||||
|
"perms": null,
|
||||||
|
"type": 1,
|
||||||
|
"icon": "icon-vue",
|
||||||
|
"orderNum": 1,
|
||||||
|
"viewPath": "modules/helper/views/plugins/vue.vue",
|
||||||
|
"keepAlive": true,
|
||||||
|
"isShow": true,
|
||||||
|
"childMenus": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user