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: "bank-card/index", perms: "", type: 0, elIcon: "el-icon-picture-outline", 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: "brand/config/index", perms: "", type: 1, elIcon: "el-icon-postcard", orderNum: 0, open: null, list: [], }, ], }, { menuId: getUUID(), parentId: 0, parentName: null, name: "优惠卷管理", url: "coupon/index", perms: "", type: 0, elIcon: "el-icon-document-remove", orderNum: 0, open: null, list: [], }, { menuId: getUUID(), parentId: 0, parentName: null, name: "预售管理", url: "", perms: "", type: 0, elIcon: "el-icon-data-analysis", orderNum: 0, open: null, list: [ { menuId: getUUID(), parentId: 0, parentName: null, name: "预售商品", url: "presale/products/index", perms: "", type: 1, elIcon: "el-icon-postcard", orderNum: 0, open: null, list: [], }, { menuId: getUUID(), parentId: 0, parentName: null, name: "预售订单", url: "presale/order/index", perms: "", type: 1, elIcon: "el-icon-postcard", orderNum: 0, open: null, list: [], }, ], }, { menuId: getUUID(), parentId: 0, parentName: null, name: "数据中心", url: "", perms: "", type: 0, elIcon: "el-icon-tickets", orderNum: 0, open: null, list: [ { menuId: getUUID(), parentId: 0, parentName: null, name: "客户分析", url: "datacenter/customer-analysis/index", perms: "", type: 1, elIcon: "el-icon-user", orderNum: 0, open: null, list: [], }, { menuId: getUUID(), parentId: 0, parentName: null, name: "商品分析", url: "datacenter/product-analysis/index", perms: "", type: 1, elIcon: "el-icon-data-analysis", orderNum: 0, open: null, list: [], }, { menuId: getUUID(), parentId: 0, parentName: null, name: "订单统计分析", url: "datacenter/order-analysis/index", perms: "", type: 1, elIcon: "el-icon-shopping-cart-full", orderNum: 0, open: null, list: [], }, ], }, ], code: 0, permissions: [], };