diff --git a/src/config/router.config.js b/src/config/router.config.js index 6735dfa..e1b21be 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -1152,13 +1152,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',