提交语

This commit is contained in:
李志强
2023-12-28 09:59:34 +08:00
parent 284713ed44
commit 31eba3d5e5
9 changed files with 53165 additions and 5117 deletions

View File

@@ -1,3 +1,12 @@
/*
* @version: V1.0.0
* @Date: 2023-12-26 13:54:58
* @LastEditors: lzq
* @LastEditTime: 2023-12-26 14:14:09
* @company: 睿展数据
* @FilePath: \salpa-web\config\proxy.ts
* @Descripttion:
*/
/**
* 在生产环境 代理是无法生效的,所以这里没有生产环境的配置
* -------------------------------
@@ -10,7 +19,7 @@ export default {
dev: {
'/api/': {
// target: 'http://192.168.103.172:8080',
target: 'http://192.168.2.58:8080',
target: 'http://192.168.1.217:9080',
changeOrigin: true,
pathRewrite: { '^/api': '' },
},
@@ -19,7 +28,7 @@ export default {
target: 'http://192.168.113.251:8080',
changeOrigin: true,
}
},
},
test: {
'/api/': {