|
@@ -786,7 +786,7 @@ export const asyncRouterMap = [
|
|
name: 'easyPassShopping',
|
|
name: 'easyPassShopping',
|
|
component: BlankLayout,
|
|
component: BlankLayout,
|
|
meta: {
|
|
meta: {
|
|
- title: '易码通商城',
|
|
|
|
|
|
+ title: '商城类目',
|
|
icon: 'monitor'
|
|
icon: 'monitor'
|
|
// permission: 'M_easyPassShopping'
|
|
// permission: 'M_easyPassShopping'
|
|
},
|
|
},
|
|
@@ -797,7 +797,7 @@ export const asyncRouterMap = [
|
|
name: 'easyPassShoppingIndex',
|
|
name: 'easyPassShoppingIndex',
|
|
component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/easyPassShopping/index.vue'),
|
|
component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/easyPassShopping/index.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '易码通商城',
|
|
|
|
|
|
+ title: '商城类目列表',
|
|
icon: 'monitor',
|
|
icon: 'monitor',
|
|
hidden: true
|
|
hidden: true
|
|
}
|
|
}
|