|
@@ -165,7 +165,7 @@ export const asyncRouterMap = [{
|
|
|
component: PageView,
|
|
|
meta: {
|
|
|
title: '用户',
|
|
|
- icon: 'shop'
|
|
|
+ icon: 'user'
|
|
|
// permission: 'M_shop'
|
|
|
},
|
|
|
children: [
|
|
@@ -186,7 +186,7 @@ export const asyncRouterMap = [{
|
|
|
component: () => import(/* webpackChunkName: "userInfo" */ '@/views/userInfo/userManageList.vue'),
|
|
|
meta: {
|
|
|
title: '用户列表',
|
|
|
- icon: 'profile',
|
|
|
+ icon: 'team',
|
|
|
hidden: true
|
|
|
// permission: 'M_tenants_list'
|
|
|
}
|
|
@@ -221,7 +221,7 @@ export const asyncRouterMap = [{
|
|
|
component: () => import(/* webpackChunkName: "userInfo" */ '@/views/releaseRecord/releaseRecordList.vue'),
|
|
|
meta: {
|
|
|
title: '投放记录',
|
|
|
- icon: 'profile'
|
|
|
+ icon: 'container'
|
|
|
// permission: 'M_tenants_list'
|
|
|
}
|
|
|
}]
|
|
@@ -242,7 +242,7 @@ export const asyncRouterMap = [{
|
|
|
component: () => import(/* webpackChunkName: "shopSetting" */ '@/views/shop/bannerSetting.vue'),
|
|
|
meta: {
|
|
|
title: '推广位设置',
|
|
|
- icon: 'file-image'
|
|
|
+ icon: 'picture'
|
|
|
// permission: 'M_AdBanner_list'
|
|
|
}
|
|
|
}
|
|
@@ -254,7 +254,7 @@ export const asyncRouterMap = [{
|
|
|
component: PageView,
|
|
|
meta: {
|
|
|
title: '网点/设备',
|
|
|
- icon: 'shop'
|
|
|
+ icon: 'apartment'
|
|
|
// permission: 'M_tenants_list'
|
|
|
},
|
|
|
children: [{
|
|
@@ -263,7 +263,7 @@ export const asyncRouterMap = [{
|
|
|
component: () => import(/* webpackChunkName: "equipmentManage" */ '@/views/equipmentManage/network/network.vue'),
|
|
|
meta: {
|
|
|
title: '网点管理',
|
|
|
- icon: 'profile'
|
|
|
+ icon: 'cluster'
|
|
|
// permission: 'M_tenants_list'
|
|
|
}
|
|
|
},
|
|
@@ -273,7 +273,7 @@ export const asyncRouterMap = [{
|
|
|
component: () => import(/* webpackChunkName: "equipmentManage" */ '@/views/equipmentManage/equipment/equipment.vue'),
|
|
|
meta: {
|
|
|
title: '设备管理',
|
|
|
- icon: 'profile'
|
|
|
+ icon: 'usb'
|
|
|
// permission: 'M_tenants_list'
|
|
|
}
|
|
|
},
|
|
@@ -283,7 +283,7 @@ export const asyncRouterMap = [{
|
|
|
component: () => import(/* webpackChunkName: "equipmentManage" */ '@/views/equipmentManage/boxSetting/boxSetting.vue'),
|
|
|
meta: {
|
|
|
title: '箱体类型设置',
|
|
|
- icon: 'profile'
|
|
|
+ icon: 'block'
|
|
|
// permission: 'M_tenants_list'
|
|
|
}
|
|
|
},
|
|
@@ -294,7 +294,7 @@ export const asyncRouterMap = [{
|
|
|
'@/views/equipmentManage/exchangeSetting/ExchangeSetting.vue'),
|
|
|
meta: {
|
|
|
title: '兑换规则设置',
|
|
|
- icon: 'profile'
|
|
|
+ icon: 'build'
|
|
|
// permission: 'M_tenants_list'
|
|
|
}
|
|
|
},
|
|
@@ -304,7 +304,7 @@ export const asyncRouterMap = [{
|
|
|
component: () => import(/* webpackChunkName: "equipmentManage" */ '@/views/equipmentManage/openTimeSetting/OpenTimeSetting.vue'),
|
|
|
meta: {
|
|
|
title: '投放时间设置',
|
|
|
- icon: 'profile'
|
|
|
+ icon: 'dashboard'
|
|
|
// permission: 'M_tenants_list'
|
|
|
}
|
|
|
}
|
|
@@ -316,7 +316,7 @@ export const asyncRouterMap = [{
|
|
|
component: PageView,
|
|
|
meta: {
|
|
|
title: '乐享亭',
|
|
|
- icon: 'appstore',
|
|
|
+ icon: 'bank',
|
|
|
permission: 'M_partnerManage'
|
|
|
},
|
|
|
children: [
|
|
@@ -348,7 +348,7 @@ export const asyncRouterMap = [{
|
|
|
component: PageView,
|
|
|
meta: {
|
|
|
title: '供货商',
|
|
|
- icon: 'appstore',
|
|
|
+ icon: 'user-add',
|
|
|
permission: 'M_shopSetting'
|
|
|
},
|
|
|
children: [
|