| | |
| | | }, 0); |
| | | |
| | | const defaultMenus = [ |
| | | { |
| | | id: maxId + 1001, |
| | | name: "租户管理", |
| | | url: "/Sys_Tenant", |
| | | parentId: 0, |
| | | icon: "el-icon-office-building", |
| | | enable: 1, |
| | | tableName: "Sys_Tenant", |
| | | permission: ["Search", "Add", "Update", "Delete"], |
| | | }, |
| | | { |
| | | id: maxId + 1002, |
| | | name: "任务历史", |
| | | url: "/taskHty", |
| | | parentId: 0, |
| | | icon: "el-icon-time", |
| | | enable: 1, |
| | | tableName: "taskHty", |
| | | permission: ["Search", "Export"], |
| | | }, |
| | | // { |
| | | // id: maxId + 1001, |
| | | // name: "租户管理", |
| | | // url: "/Sys_Tenant", |
| | | // parentId: 0, |
| | | // icon: "el-icon-office-building", |
| | | // enable: 1, |
| | | // tableName: "Sys_Tenant", |
| | | // permission: ["Search", "Add", "Update", "Delete"], |
| | | // }, |
| | | // { |
| | | // id: maxId + 1002, |
| | | // name: "任务历史", |
| | | // url: "/taskHty", |
| | | // parentId: 0, |
| | | // icon: "el-icon-time", |
| | | // enable: 1, |
| | | // tableName: "taskHty", |
| | | // permission: ["Search", "Export"], |
| | | // }, |
| | | { |
| | | id: maxId + 1003, |
| | | name: "调度控制", |