|
@@ -163,9 +163,9 @@ export const asyncRouterMap = [{
|
|
|
redirect: '/businessManag/userManage',
|
|
|
component: PageView,
|
|
|
meta: {
|
|
|
- title: '商户管理',
|
|
|
- icon: 'appstore'
|
|
|
- // permission: 'M_appSetting'
|
|
|
+ title: '智享店管理',
|
|
|
+ icon: 'appstore',
|
|
|
+ permission: 'M_partnerManage'
|
|
|
},
|
|
|
children: [{
|
|
|
path: '/businessManage/userManage',
|
|
@@ -182,9 +182,9 @@ export const asyncRouterMap = [{
|
|
|
name: 'partnerManage',
|
|
|
component: () => import(/* webpackChunkName: "tenants" */ '@/views/businessManage/partnerManage/partnerManage.vue'),
|
|
|
meta: {
|
|
|
- title: '合作商管理',
|
|
|
- icon: 'solution'
|
|
|
- // permission: 'M_tenants_list'
|
|
|
+ title: '销售商管理',
|
|
|
+ icon: 'solution',
|
|
|
+ permission: 'M_partnerManage_list'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
@@ -280,7 +280,7 @@ export const asyncRouterMap = [{
|
|
|
meta: {
|
|
|
title: '商城设置',
|
|
|
icon: 'appstore',
|
|
|
- permission: 'M_goodsClass_list'
|
|
|
+ permission: 'M_shopSetting'
|
|
|
},
|
|
|
children: [{
|
|
|
path: '/shopSetting/goodsClass',
|