fix:修改ip
This commit is contained in:
parent
8d9235daa3
commit
1bf7ca09f5
@ -29,8 +29,10 @@ export default ({ mode }: ConfigEnv): UserConfig => {
|
|||||||
// 'http://192.168.200.112:17878/api'
|
// 'http://192.168.200.112:17878/api'
|
||||||
// target: 'http://172.22.10.217:8086/api', // 生产环境
|
// target: 'http://172.22.10.217:8086/api', // 生产环境
|
||||||
// target: 'http://192.168.1.73:32202/api', //测试环境
|
// target: 'http://192.168.1.73:32202/api', //测试环境
|
||||||
target: 'http://localhost:18873',
|
// target: 'http://localhost:18873',
|
||||||
// target: 'http://172.22.10.225:22202', //SAP测试环境
|
target: 'http://localhost:18878',
|
||||||
|
// target: 'http://172.22.10.225:22202', //SAP215测试环境
|
||||||
|
// target: 'http://172.22.10.218:12202', //SAP218服务环境
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
secure: true,
|
secure: true,
|
||||||
rewrite: path =>
|
rewrite: path =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user