💥 feat(模块): 赠送会员
This commit is contained in:
@ -13,6 +13,7 @@ export default [
|
||||
{ name: '模卡管理', icon: 'table', path: '/list/resume', component: './table-list/material' },
|
||||
{ name: '运营二维码管理', icon: 'table', path: '/list/staff-qrcode', component: './table-list/staff-qrcode' },
|
||||
{ name: '城市运营管理', icon: 'table', path: '/list/city-operation', component: './table-list/city-operation' },
|
||||
{ name: '赠送会员', icon: 'table', path: '/list/give-vip', component: './table-list/give-vip' },
|
||||
{ path: '/', redirect: '/list/job' },
|
||||
{ path: '*', layout: false, component: './404' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user