💥 feat(模块): 赠送会员

This commit is contained in:
chashaobao
2025-12-30 00:40:25 +08:00
parent 447934d5ff
commit 31cb15235a
5 changed files with 263 additions and 0 deletions

View File

@ -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' },
];