Ver código fonte

修改测试端口

xiaohaizhao 1 ano atrás
pai
commit
c11f93d765
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3 2
      utils/Http.js

+ 3 - 2
utils/Http.js

@@ -4,8 +4,9 @@ class HTTP {
 		if (ENV === 'release') { // 正式版
 			this.baseUrl = "https://lsa.cnyunl.com";
 		} else {
-			// this.baseUrl = "https://lsa.cnyunl.com";
-			this.baseUrl = "http://61.164.207.46:8300";
+					// this.baseUrl = "https://lsa.cnyunl.com";
+					this.baseUrl = "http://61.164.207.46:8200";
+					// this.baseUrl = "https://cucu.cnyunl.com:8079";
 		}
 		console.log("接口地址:", this.baseUrl)
 	}