main
fanfan 1 month ago
parent fd25605eb1
commit 81eb2e9af8
  1. 4
      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',

Loading…
Cancel
Save