Ver código fonte

修改为测试环境

master
王饶冀 3 anos atrás
pai
commit
ec177148b4
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      digital-park-web/digital-park/vue.config.js

+ 3
- 3
digital-park-web/digital-park/vue.config.js Ver arquivo

@@ -23,11 +23,11 @@ module.exports = {
disableHostCheck: true,
proxy: {
"/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/",
// 阚老师

Carregando…
Cancelar
Salvar