|
@@ -1021,15 +1021,15 @@ export const asyncRoutes = [
|
|
|
icon: 'data'
|
|
|
},
|
|
|
children: [
|
|
|
- {
|
|
|
- path: 'order',
|
|
|
- component: '/data/order',
|
|
|
- name: 'data_order',
|
|
|
- meta: {
|
|
|
- title: '批发商排名',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'order',
|
|
|
+ // component: '/data/order',
|
|
|
+ // name: 'data_order',
|
|
|
+ // meta: {
|
|
|
+ // title: '批发商排名',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
path: 'order_report',
|
|
|
component: '/data/order_report',
|
|
@@ -1135,15 +1135,15 @@ export const asyncRoutes = [
|
|
|
icon: 'finance'
|
|
|
},
|
|
|
children: [
|
|
|
- {
|
|
|
- path: 'recharge',
|
|
|
- component: '/finance/recharge',
|
|
|
- name: 'finance_recharge',
|
|
|
- meta: {
|
|
|
- title: '资金账户',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'recharge',
|
|
|
+ // component: '/finance/recharge',
|
|
|
+ // name: 'finance_recharge',
|
|
|
+ // meta: {
|
|
|
+ // title: '资金账户',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
path: 'refund',
|
|
|
component: '/finance/refund',
|
|
@@ -1153,15 +1153,15 @@ export const asyncRoutes = [
|
|
|
noCache: true
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: 'pay_detail',
|
|
|
- component: '/finance/payDetail',
|
|
|
- name: 'finance_payDeatil',
|
|
|
- meta: {
|
|
|
- title: '收支明细',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'pay_detail',
|
|
|
+ // component: '/finance/payDetail',
|
|
|
+ // name: 'finance_payDeatil',
|
|
|
+ // meta: {
|
|
|
+ // title: '收支明细',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // },
|
|
|
// {
|
|
|
// path: 'flow',
|
|
|
// component: '/finance/flow',
|
|
@@ -1228,24 +1228,24 @@ export const asyncRoutes = [
|
|
|
noCache: true
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: 'crown',
|
|
|
- component: '/stock/crown',
|
|
|
- name: 'stock_crown',
|
|
|
- meta: {
|
|
|
- title: '老大库存',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'statistics',
|
|
|
- component: '/stock/statistics',
|
|
|
- name: 'stock_statistics',
|
|
|
- meta: {
|
|
|
- title: '库存统计',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'crown',
|
|
|
+ // component: '/stock/crown',
|
|
|
+ // name: 'stock_crown',
|
|
|
+ // meta: {
|
|
|
+ // title: '老大库存',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'statistics',
|
|
|
+ // component: '/stock/statistics',
|
|
|
+ // name: 'stock_statistics',
|
|
|
+ // meta: {
|
|
|
+ // title: '库存统计',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
path: 'remind',
|
|
|
component: '/stock/remind',
|
|
@@ -1381,15 +1381,15 @@ export const asyncRoutes = [
|
|
|
buttonAuthList: []
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- path: 'list',
|
|
|
- component: '/activity/list',
|
|
|
- name: 'activity_list',
|
|
|
- meta: {
|
|
|
- title: '活动列表',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'list',
|
|
|
+ // component: '/activity/list',
|
|
|
+ // name: 'activity_list',
|
|
|
+ // meta: {
|
|
|
+ // title: '活动列表',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
path: 'tutorial',
|
|
|
component: '/activity/tutorial',
|
|
@@ -1418,60 +1418,42 @@ export const asyncRoutes = [
|
|
|
// noCache: true
|
|
|
// }
|
|
|
// },
|
|
|
- {
|
|
|
- path: 'giftA',
|
|
|
- component: '/giftA/index',
|
|
|
- name: 'giftAIndex',
|
|
|
- meta: {
|
|
|
- title: '大礼包A',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'giftCopy',
|
|
|
- component: '/giftA/copy',
|
|
|
- name: 'giftACopy',
|
|
|
- meta: {
|
|
|
- title: '大礼包B',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
// {
|
|
|
- // path: 'test',
|
|
|
- // component: '/giftB/test',
|
|
|
- // name: 'test',
|
|
|
+ // path: 'giftA',
|
|
|
+ // component: '/giftA/index',
|
|
|
+ // name: 'giftAIndex',
|
|
|
// meta: {
|
|
|
- // title: '测试',
|
|
|
+ // title: '大礼包A',
|
|
|
// noCache: true
|
|
|
// }
|
|
|
// },
|
|
|
// {
|
|
|
- // path: 'giftB',
|
|
|
- // component: '/giftB/index',
|
|
|
- // name: 'giftBIndex',
|
|
|
+ // path: 'giftCopy',
|
|
|
+ // component: '/giftA/copy',
|
|
|
+ // name: 'giftACopy',
|
|
|
// meta: {
|
|
|
// title: '大礼包B',
|
|
|
// noCache: true
|
|
|
// }
|
|
|
// },
|
|
|
- {
|
|
|
- path: 'giftBCopy',
|
|
|
- component: '/giftB/copy',
|
|
|
- name: 'giftBCopy',
|
|
|
- meta: {
|
|
|
- title: '大礼包C',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'giftBCpfs',
|
|
|
- component: '/giftB/Cpfs',
|
|
|
- name: 'giftBCpfs',
|
|
|
- meta: {
|
|
|
- title: '大礼包D',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: 'giftBCopy',
|
|
|
+ // component: '/giftB/copy',
|
|
|
+ // name: 'giftBCopy',
|
|
|
+ // meta: {
|
|
|
+ // title: '大礼包C',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'giftBCpfs',
|
|
|
+ // component: '/giftB/Cpfs',
|
|
|
+ // name: 'giftBCpfs',
|
|
|
+ // meta: {
|
|
|
+ // title: '大礼包D',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // },
|
|
|
{
|
|
|
path: 'activityCollect',
|
|
|
component: '/activity/collect',
|
|
@@ -1510,36 +1492,36 @@ export const asyncRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- path: '/staff',
|
|
|
- component: 'Layout',
|
|
|
- redirect: 'noRedirect',
|
|
|
- name: 'staff',
|
|
|
- meta: {
|
|
|
- title: '客服管理',
|
|
|
- icon: 'activity'
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'list',
|
|
|
- component: '/staff/list',
|
|
|
- name: 'staffList',
|
|
|
- meta: {
|
|
|
- title: '客服列表',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'station',
|
|
|
- component: '/staff/station',
|
|
|
- name: 'staffStation',
|
|
|
- meta: {
|
|
|
- title: '服务管理',
|
|
|
- noCache: true
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/staff',
|
|
|
+ // component: 'Layout',
|
|
|
+ // redirect: 'noRedirect',
|
|
|
+ // name: 'staff',
|
|
|
+ // meta: {
|
|
|
+ // title: '客服管理',
|
|
|
+ // icon: 'activity'
|
|
|
+ // },
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'list',
|
|
|
+ // component: '/staff/list',
|
|
|
+ // name: 'staffList',
|
|
|
+ // meta: {
|
|
|
+ // title: '客服列表',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: 'station',
|
|
|
+ // component: '/staff/station',
|
|
|
+ // name: 'staffStation',
|
|
|
+ // meta: {
|
|
|
+ // title: '服务管理',
|
|
|
+ // noCache: true
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/contract',
|
|
|
component: 'Layout',
|