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,16 +11,16 @@
*/
export default {
// 如果需要自定义本地开发服务器 请取消注释按需调整
// dev: {
dev: {
// localhost:8000/api/** -> https://preview.pro.ant.design/api/**
// '/api/': {
// // 要代理的地址
// target: 'http://10.147.18.100:8082',
// // 配置了这个可以从 http 代理到 https
// // 依赖 origin 的功能可能需要这个,比如 cookie
// changeOrigin: true,
// },
// },
'/api/': {
// 要代理的地址
target: 'https://dev.neighbourhood.cn',
// 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie
changeOrigin: true,
},
},
mako: {},
/**
* @name 详细的代理配置

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