|
@@ -68,6 +68,16 @@ export const asyncRouterMap = [
|
|
|
icon: 'bell',
|
|
|
hidden: true
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/shoppingCarList',
|
|
|
+ name: 'shoppingCarList',
|
|
|
+ component: () => import(/* webpackChunkName: "home" */ '@/views/shoppingCarManagement/shoppingCar/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '购物车',
|
|
|
+ icon: 'contacts',
|
|
|
+ hidden: true
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|
|
@@ -705,44 +715,6 @@ export const asyncRouterMap = [
|
|
|
// }
|
|
|
]
|
|
|
},
|
|
|
- // 购物车
|
|
|
- {
|
|
|
- path: '/shoppingCarManagement',
|
|
|
- redirect: '/shoppingCarManagement/shoppingCar',
|
|
|
- component: PageView,
|
|
|
- meta: {
|
|
|
- title: '购物车管理',
|
|
|
- icon: 'contacts',
|
|
|
- permission: 'M_shoppingCarManagement'
|
|
|
- },
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/shoppingCarManagement/shoppingCar',
|
|
|
- redirect: '/shoppingCarManagement/shoppingCar/list',
|
|
|
- name: 'shoppingCar',
|
|
|
- component: BlankLayout,
|
|
|
- meta: {
|
|
|
- title: '购物车',
|
|
|
- icon: 'contacts'
|
|
|
- // permission: 'M_shoppingCarList'
|
|
|
- },
|
|
|
- hideChildrenInMenu: true,
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'list',
|
|
|
- name: 'shoppingCarList',
|
|
|
- component: () => import(/* webpackChunkName: "productManagement" */ '@/views/shoppingCarManagement/shoppingCar/list.vue'),
|
|
|
- meta: {
|
|
|
- title: '购物车列表',
|
|
|
- icon: 'contacts',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_shoppingCarList'
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
// 采购管理
|
|
|
{
|
|
|
path: '/purchasingManagement',
|