|
|
|
@ -1163,13 +1163,13 @@ export const asyncRouterMap = [ |
|
|
|
|
path: '/setting/gmall/index', |
|
|
|
|
component: () => import(/* webpackChunkName: "setting" */ '@/views/setting/gmall/index'), |
|
|
|
|
meta: { title: '开通商城', keepAlive: false, permission: ['/setting/gmall/index'] }, |
|
|
|
|
moduleKey: 'setting-customer', |
|
|
|
|
moduleKey: 'setting-openshop', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
path: '/setting/gmall/order', |
|
|
|
|
component: () => import(/* webpackChunkName: "setting" */ '@/views/setting/gmall/order'), |
|
|
|
|
meta: { title: '商城订单', keepAlive: false, permission: ['/setting/gmall/order'] }, |
|
|
|
|
moduleKey: 'setting-customer', |
|
|
|
|
moduleKey: 'setting-openshop', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
path: '/setting/storage', |
|
|
|
|