fix: 更新API代理目标地址
将本地开发环境的API代理目标地址从172.16.1.148:8084更改为65.73.11.246:7774
This commit is contained in:
parent
7bc821a71f
commit
077f4e2b11
File diff suppressed because it is too large
Load Diff
|
|
@ -22,9 +22,9 @@ module.exports = {
|
|||
"/json": {
|
||||
//本地服务接口地址
|
||||
// target: 'http://link.ser99.vip:8080/zhongkai',
|
||||
// target: 'http://65.73.11.246:7774',
|
||||
target: 'http://65.73.11.246:7774',
|
||||
// target: 'http://172.16.1.111:8000',
|
||||
target: "http://172.16.1.148:8084",
|
||||
// target: "http://172.16.1.148:8084",
|
||||
// target: 'http://172.16.1.162:8233',
|
||||
// target: 'http://192.168.13.138:8233',
|
||||
// target: 'http://172.16.1.113:8012',
|
||||
|
|
|
|||
Loading…
Reference in New Issue