|
@@ -68,16 +68,16 @@ const recruit = [
|
|
title: '我的'
|
|
title: '我的'
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
- {
|
|
|
|
- path: '/mall/user/cart',
|
|
|
|
- component: () => import('@/views/mall/user/cart/index.vue'),
|
|
|
|
- name: 'mallUserCart',
|
|
|
|
- meta: {
|
|
|
|
- title: '购物车',
|
|
|
|
- enName: 'My Cart',
|
|
|
|
- icon: 'mdi-cart-outline'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/mall/user/cart',
|
|
|
|
+ // component: () => import('@/views/mall/user/cart/index.vue'),
|
|
|
|
+ // name: 'mallUserCart',
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: '购物车',
|
|
|
|
+ // enName: 'My Cart',
|
|
|
|
+ // icon: 'mdi-cart-outline'
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
path: '/mall/user/order',
|
|
path: '/mall/user/order',
|
|
component: () => import('@/views/mall/user/order/index.vue'),
|
|
component: () => import('@/views/mall/user/order/index.vue'),
|
|
@@ -108,14 +108,14 @@ const recruit = [
|
|
title: '订单详情'
|
|
title: '订单详情'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/mall/order',
|
|
|
|
- component: () => import('@/views/mall/order/index.vue'),
|
|
|
|
- name: 'mallOrder',
|
|
|
|
- meta: {
|
|
|
|
- title: '我的购物车'
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/mall/order',
|
|
|
|
+ // component: () => import('@/views/mall/order/index.vue'),
|
|
|
|
+ // name: 'mallOrder',
|
|
|
|
+ // meta: {
|
|
|
|
+ // title: '我的订单'
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
path: '/mall/cart',
|
|
path: '/mall/cart',
|
|
component: () => import('@/views/mall/cart/index.vue'),
|
|
component: () => import('@/views/mall/cart/index.vue'),
|