feat: 群认证
This commit is contained in:
@ -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 详细的代理配置
|
||||
|
||||
Reference in New Issue
Block a user