|
@@ -139,16 +139,6 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- // {
|
|
|
- // path: '/shop/goods',
|
|
|
- // name: 'goodsList',
|
|
|
- // component: () => import(/* webpackChunkName: "tenants" */ '@/views/shop/goodsList.vue'),
|
|
|
- // meta: {
|
|
|
- // title: '商品管理',
|
|
|
- // icon: 'shopping'
|
|
|
- // // permission: 'M_tenants_list'
|
|
|
- // }
|
|
|
- // },
|
|
|
{
|
|
|
path: '/shop/goodsShelves',
|
|
|
name: 'goodsShelves',
|
|
@@ -171,6 +161,28 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/equipmentManage',
|
|
|
+ redirect: '/equipmentManage/network',
|
|
|
+ component: PageView,
|
|
|
+ meta: {
|
|
|
+ title: '网点设备管理',
|
|
|
+ icon: 'shop'
|
|
|
+ // permission: 'M_tenants_list'
|
|
|
+ },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/equipmentManage/network',
|
|
|
+ name: 'network',
|
|
|
+ component: () => import(/* webpackChunkName: "tenants" */ '@/views/equipmentManage/network.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '网点管理',
|
|
|
+ icon: 'profile'
|
|
|
+ // permission: 'M_tenants_list'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
path: '/shopSetting',
|
|
|
redirect: '/shopSetting/bannerSetting',
|