xiaohaizhao 1 rok temu
rodzic
commit
12a274f0d9
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      utils/Http.js

+ 3 - 1
utils/Http.js

@@ -5,7 +5,9 @@ class HTTP {
 			this.baseUrl = "https://lsa.cnyunl.com";
 		} else {
 			// this.baseUrl = "https://lsa.cnyunl.com";
-			this.baseUrl = "http://61.164.207.46:8300";
+			// this.baseUrl = "http://61.164.207.46:8300";
+			this.baseUrl = "http://61.164.207.46:8200";
+			// this.baseUrl = "https://cucu.cnyunl.com:8079";
 		}
 		console.log("接口地址:", this.baseUrl)
 	}