From e8aaa03d8bd58a98e7817dcdd1d43e2992f0639d Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 24 Oct 2024 21:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A7=E5=88=B6=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/router.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',