Browse Source

修改测试环境接口地址

zhongxiaoyu 1 year ago
parent
commit
4438ccd9cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/baseConfig.js

+ 1 - 1
public/baseConfig.js

@@ -23,7 +23,7 @@ switch (baseNewUrl ){
   break;
   case "120.26.64.82":
   case "localhost":
-  PLATFROM_CONFIG.baseNewUrl = "http://120.26.64.82:8083/"
+  PLATFROM_CONFIG.baseNewUrl = "http://120.26.64.82:8084/"
   break;
   default:
   PLATFROM_CONFIG.baseNewUrl = "http://172.23.61.1:8095/"