|
@@ -43,58 +43,6 @@
|
|
|
"name": "sysManage",
|
|
|
"alwaysShow": true
|
|
|
},
|
|
|
- {
|
|
|
- "redirect": "noredirect",
|
|
|
- "name": "sysTools",
|
|
|
- "path": "/tools",
|
|
|
- "meta": {
|
|
|
- "icon": "tools",
|
|
|
- "title": "系统工具"
|
|
|
- },
|
|
|
- "alwaysShow": true,
|
|
|
- "children": [{
|
|
|
- "path": "api",
|
|
|
- "name": "api",
|
|
|
- "page": "/tools/api/api",
|
|
|
- "meta": {
|
|
|
- "title": "API文档",
|
|
|
- "icon": "api",
|
|
|
- "noCache": true,
|
|
|
- "perms": [
|
|
|
- "tools:api:list"
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "gen",
|
|
|
- "name": "gen",
|
|
|
- "page": "/tools/gen",
|
|
|
- "meta": {
|
|
|
- "title": "代码生成",
|
|
|
- "icon": "gen",
|
|
|
- "noCache": true,
|
|
|
- "perms": [
|
|
|
- "tools:gen:list",
|
|
|
- "tools:gen:create",
|
|
|
- "tools:gen:delete",
|
|
|
- "tools:gen:update"
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "gen/edit/:tableId(\\d+)",
|
|
|
- "hidden": true,
|
|
|
- "meta": {
|
|
|
- "noCache": true,
|
|
|
- "perms": [],
|
|
|
- "title": "配置项修改"
|
|
|
- },
|
|
|
- "name": "genEdit",
|
|
|
- "page": "/tools/gen/editTable"
|
|
|
- }
|
|
|
-
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
"redirect": "noredirect",
|
|
|
"name": "articleManagement",
|