更新优化

This commit is contained in:
gyq
2024-05-23 15:04:01 +08:00
parent a1128dd791
commit 5e59ede416
3 changed files with 4 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ export default ({ mode }) => {
proxy: {
'/api': {
// target: 'http://192.168.1.5:9219/', // 代理的目标地址
target: 'https://p.rscygroup.com/', // 代理的目标地址
// target: 'http://agent.sxczgkj.cn/', // 代理的目标地址
// target: 'https://p.rscygroup.com/', // 代理的目标地址
target: 'http://agent.sxczgkj.cn/', // 代理的目标地址
changeOrigin: true, // 开启跨域
}
}