Explorar el Código

修改测试环境地址

cc12458 hace 6 meses
padre
commit
760bf27d14
Se han modificado 2 ficheros con 19 adiciones y 1 borrados
  1. 17 0
      .env.test
  2. 2 1
      vue.config.js

+ 17 - 0
.env.test

@@ -0,0 +1,17 @@
+NODE_ENV='production'
+BASE_URL='./'
+VUE_APP_BASE_API='/fz/'
+#appid
+
+VUE_APP_CODE_IMG='http://101.133.232.97:8063/'
+#VUE_APP_UPLOAD='http://47.118.22.101:8080/'
+
+#VUE_APP_XUEWEI = 'http://www.hzxunmai.com/'
+VUE_APP_XUEWEI=''
+
+#测试环境上传图片域名
+#VUE_APP_UPLOAD='http://101.133.232.97:8063/'
+#正式环境上传图片域名http://47.118.22.101:8080/
+VUE_APP_UPLOAD='/'
+
+VUE_APP_DOWNLOAD=''

+ 2 - 1
vue.config.js

@@ -15,7 +15,8 @@ module.exports = {
                 // target: `http://cloudclinicapi.9czn.cn/`, // 测试地址
                 // target: `http://115.236.184.102:8081/`, // 萧山物理机
                 // target: 'http://192.168.204.124:8081/', // 客户正式服务器"
-                target: `http://121.43.162.141:80/`, // [萧山] 测试环境的后端地址
+                // target: `http://121.43.162.141:80/`, // [萧山] 测试环境的后端地址
+                target: `https://wx.hzliuzhi.com:4433/fz/`, // [测试] 测试环境的后端地址
                 // target: `http://www.hzxunmai.com/`, // 正式域名
                 // target: `http://10.250.11.48:8080/`, // 正式域名