Browse Source

修改为测试环境

master
王饶冀 3 years ago
parent
commit
ec177148b4
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      digital-park-web/digital-park/vue.config.js

+ 3
- 3
digital-park-web/digital-park/vue.config.js View File

disableHostCheck: true, disableHostCheck: true,
proxy: { proxy: {
"/domain": { "/domain": {
// target: "http://localhost:80",
// target: "http://localhost:8089",
// 测试环境 // 测试环境
// target: "http://192.168.18.236:18888/",
target: "http://192.168.18.236:18888/",
// 临时测试环境 // 临时测试环境
target: "http://park.test.hhrchina.com/",
// target: "http://park.test.hhrchina.com/",
// 谢老师 // 谢老师
// target: "http://192.168.18.138:18888/", // target: "http://192.168.18.138:18888/",
// 阚老师 // 阚老师

Loading…
Cancel
Save