merchant-web/src/router/full-routers.js

485 lines
11 KiB
JavaScript
Raw Normal View History

2024-08-05 08:26:35 +00:00
import { getUUID } from "@/utils";
export default {
2024-09-28 09:12:06 +00:00
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,
2024-12-30 03:42:13 +00:00
name: "运营管理",
url: "operation-management",
2024-09-28 09:12:06 +00:00
perms: "",
type: 0,
2024-12-30 03:42:13 +00:00
elIcon: "el-icon-s-help",
2024-09-28 09:12:06 +00:00
orderNum: 0,
open: null,
list: [
2024-08-05 08:26:35 +00:00
{
2024-12-30 03:42:13 +00:00
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "店铺列表",
url: "operation-management/shop-list/index",
perms: "",
type: 1,
elIcon: "el-icon-shopping-cart-full",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "分销商列表",
url: "operation-management/distributor/index",
perms: "",
type: 1,
elIcon: "el-icon-shopping-cart-full",
orderNum: 0,
open: null,
list: [],
},
{
2024-09-28 09:12:06 +00:00
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "商品管理",
2024-12-30 03:42:13 +00:00
url: "operation-management/commodity/index",
2024-12-15 09:35:41 +00:00
perms: "",
type: 1,
elIcon: "el-icon-menu",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "订单管理",
2024-12-30 03:42:13 +00:00
url: "operation-management/order/index",
2024-09-28 09:12:06 +00:00
perms: "",
type: 1,
elIcon: "el-icon-menu",
orderNum: 0,
open: null,
list: [],
2024-08-05 08:26:35 +00:00
},
2024-12-16 13:00:34 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "轮播图管理",
2024-12-30 03:42:13 +00:00
url: "operation-management/banner/index",
2024-12-16 13:00:34 +00:00
perms: "",
type: 1,
elIcon: "el-icon-menu",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "公告管理",
2024-12-30 03:42:13 +00:00
url: "operation-management/notice/index",
2024-12-16 13:00:34 +00:00
perms: "",
type: 1,
elIcon: "el-icon-menu",
orderNum: 0,
open: null,
list: [],
},
2024-09-28 09:12:06 +00:00
],
},
2024-12-30 03:42:13 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "数据中心",
url: "datacenter",
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: [],
},
],
},
2024-09-28 09:12:06 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "银行卡管理",
url: "bank-card/index",
perms: "",
type: 0,
2024-09-29 10:02:11 +00:00
elIcon: "el-icon-picture-outline",
2024-09-28 09:12:06 +00:00
orderNum: 0,
open: null,
list: [],
2024-12-09 11:25:38 +00:00
hideInMenu: true,
2024-09-28 09:12:06 +00:00
},
2024-10-20 09:00:39 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "品牌管理",
2024-12-30 03:42:13 +00:00
url: "brand",
2024-10-20 09:00:39 +00:00
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: [],
},
],
},
2024-11-25 10:18:38 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
2024-12-30 03:42:13 +00:00
name: "优惠卷营销工具管理",
2024-11-25 10:18:38 +00:00
url: "coupon/index",
perms: "",
type: 0,
elIcon: "el-icon-document-remove",
orderNum: 0,
open: null,
list: [],
},
2024-11-27 10:03:42 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
2024-12-30 03:42:13 +00:00
name: "预售营销工具管理",
url: "presale",
2024-11-27 10:03:42 +00:00
perms: "",
type: 0,
elIcon: "el-icon-data-analysis",
orderNum: 0,
open: null,
2024-11-28 10:16:36 +00:00
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: [],
},
],
2024-11-27 10:03:42 +00:00
},
2024-12-03 10:47:55 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
2024-12-30 03:42:13 +00:00
name: "会员营销工具管理",
url: "marketing",
2024-12-04 11:08:06 +00:00
perms: "",
type: 0,
elIcon: "el-icon-tickets",
orderNum: 0,
open: null,
list: [
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "会员等级管理",
url: "marketing/level/index",
perms: "",
type: 1,
elIcon: "el-icon-user",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "用户管理",
url: "marketing/user/index",
perms: "",
type: 1,
elIcon: "el-icon-data-analysis",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "积分设置",
url: "marketing/points-setting/index",
perms: "",
type: 1,
elIcon: "el-icon-shopping-cart-full",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "积分商城",
url: "marketing/points-mall/index",
perms: "",
type: 1,
elIcon: "el-icon-shopping-cart-full",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "积分订单",
url: "marketing/points-order/index",
perms: "",
type: 1,
elIcon: "el-icon-shopping-cart-full",
orderNum: 0,
open: null,
list: [],
},
],
},
2024-12-06 11:14:50 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "代理商",
2024-12-30 03:42:13 +00:00
url: "agent",
2024-12-06 11:14:50 +00:00
perms: "",
type: 0,
elIcon: "el-icon-tickets",
orderNum: 0,
open: null,
list: [
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "数据面板",
url: "agent/data-panel/index",
perms: "",
type: 1,
elIcon: "el-icon-user",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "品牌管理",
url: "agent/brand/index",
perms: "",
type: 1,
elIcon: "el-icon-data-analysis",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "报表",
url: "agent/report-form/index",
perms: "",
type: 1,
elIcon: "el-icon-shopping-cart-full",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "市场列表",
url: "agent/market-list/index",
perms: "",
type: 1,
elIcon: "el-icon-shopping-cart-full",
orderNum: 0,
open: null,
list: [],
},
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "权限管理",
url: "agent/jurisdiction/index",
perms: "",
type: 1,
elIcon: "el-icon-shopping-cart-full",
orderNum: 0,
open: null,
list: [],
},
],
2024-12-30 03:42:13 +00:00
hideInMenu: true,
2024-12-06 11:14:50 +00:00
},
2024-12-08 08:15:27 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "钱包管理",
url: "local-course/resources",
2024-12-30 03:42:13 +00:00
perms: "wallet",
2024-12-08 08:15:27 +00:00
type: 0,
elIcon: "el-icon-menu",
orderNum: 0,
open: null,
list: [
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "我的钱包",
url: "wallet/index",
perms: "",
type: 1,
elIcon: "el-icon-menu",
orderNum: 0,
open: null,
list: [],
},
],
},
2024-12-27 10:03:02 +00:00
{
menuId: getUUID(),
parentId: 0,
parentName: null,
name: "运费管理",
2024-12-30 03:42:13 +00:00
url: "ogistics-fare",
2024-12-27 10:03:02 +00:00
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: [],
},
],
},
2024-09-28 09:12:06 +00:00
],
code: 0,
permissions: [],
};