隐藏菜单

feature/0423
Wayne 9 months ago
parent 170b2141e4
commit cd5c456d32
  1. 24
      src/config/router.config.js

@ -428,18 +428,18 @@ export const asyncRouterMap = [
component: () => import(/* webpackChunkName: "user" */ '@/views/user/Index'), component: () => import(/* webpackChunkName: "user" */ '@/views/user/Index'),
meta: { title: '会员列表', keepAlive: false, permission: ['/user/index'] }, meta: { title: '会员列表', keepAlive: false, permission: ['/user/index'] },
}, },
{ // {
path: '/user/grade/index', // path: '/user/grade/index',
component: () => import(/* webpackChunkName: "user" */ '@/views/user/grade/Index'), // component: () => import(/* webpackChunkName: "user" */ '@/views/user/grade/Index'),
meta: { title: '会员等级', keepAlive: false, permission: ['/user/grade/index'] }, // meta: { title: '会员等级', keepAlive: false, permission: ['/user/grade/index'] },
moduleKey: 'user-grade', // moduleKey: 'user-grade',
}, // },
{ // {
path: '/user/identity/index', // path: '/user/identity/index',
component: () => import(/* webpackChunkName: "user" */ '@/views/user/identity/Index'), // component: () => import(/* webpackChunkName: "user" */ '@/views/user/identity/Index'),
meta: { title: '身份价格', keepAlive: false, permission: ['/user/identity/index'] }, // meta: { title: '身份价格', keepAlive: false, permission: ['/user/identity/index'] },
moduleKey: 'user-grade', // moduleKey: 'user-grade',
}, // },
{ {
path: '/user/balance', path: '/user/balance',
component: RouteView, component: RouteView,

Loading…
Cancel
Save