import { getUUID } from "@/utils"; export default { "msg": "success", "menuList": [ // { // "menuId": 999, // url: 'http://localhost:8082/', // type: 'iframe', // // isMicroApp: true, // name: '大屏展示', // icon: 's-data', // "type": 1, // }, // new=== //放到首页 // { // "menuId": getUUID(), // "parentId": 0, // "parentName": null, // "name": "数据看板", // "url": "local-dashboard/dashboard", // "perms": "", // "type": 1, // "elIcon": "el-icon-data-analysis", // "orderNum": 0, // "open": null, // list: [] // }, { "menuId": getUUID(), "parentId": 0, "parentName": null, "name": "商品", "url": "local-course/resources", "perms": "", "type": 0, "elIcon": "el-icon-menu", "orderNum": 0, "open": null, list: [{ "menuId": getUUID(), "parentId": 0, "parentName": null, "name": "商品管理", "url": "product/index", "perms": "", "type": 1, "elIcon": "el-icon-menu", "orderNum": 0, "open": null, list: [] }] }, { "menuId": getUUID(), "parentId": 0, "parentName": null, "name": "运费管理", "url": "", "perms": "", "type": 0, "elIcon": "el-icon-money", "orderNum": 0, "open": null, list: [{ "menuId": getUUID(), "parentId": 0, "parentName": null, "name": "运费模板", "url": "logistics-fare/logistics-template/index", "perms": "", "type": 1, "elIcon": "el-icon-postcard", "orderNum": 0, "open": null, list: [] }] }, // { // "menuId": getUUID(), // "parentId": 0, // "parentName": null, // "name": "教务管理", // "url": "local-affairs", // "perms": "", // "type": 0, // "elIcon": "el-icon-office-building", // "orderNum": 0, // "open": null, // list: [ // { // "menuId": getUUID(), // "parentId": 2, // "parentName": null, // "name": "年级管理", // "url": "local-affairs/grade", // "perms": "", // "type": 1, // "icon": "log", // "orderNum": 0, // "open": null, // "list": [] // }, // { // "menuId": getUUID(), // "parentId": 2, // "parentName": null, // "name": "班级管理", // "url": "local-affairs/class", // "perms": "", // "type": 1, // "icon": "log", // "orderNum": 0, // "open": null, // "list": [] // }, // { // "menuId": getUUID(), // "parentId": 2, // "parentName": null, // "name": "教师管理", // "url": "local-teacher/teacher", // "perms": "", // "type": 1, // "icon": "log", // "orderNum": 0, // "open": null, // "list": [] // }, // { // "menuId": getUUID(), // "parentId": 0, // "parentName": null, // "name": "学校管理", // "url": "local-school/school", // "perms": "", // "type": 1, // "elIcon": "el-icon-school", // "orderNum": 0, // "open": null, // list: [] // }, // ] // }, ], "code": 0, "permissions": [] }