diff --git a/src/config/router.config.js b/src/config/router.config.js index 56eb01d..3f68bbc 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -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',