feat: 群认证
This commit is contained in:
@ -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' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user