feat: 群认证

This commit is contained in:
chashaobao
2025-10-13 23:33:58 +08:00
parent 11f2624889
commit 4991720abb
10 changed files with 549 additions and 10 deletions

View File

@ -11,6 +11,8 @@ export default [
{ name: '用户管理', icon: 'table', path: '/list/anchor', component: './table-list/anchor' },
{ name: '主播报单管理', icon: 'table', path: '/list/declaration', component: './table-list/declaration' },
{ 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' },
{ path: '/', redirect: '/list/job' },
{ path: '*', layout: false, component: './404' },
];