wuhb há 2 meses atrás
pai
commit
8076ac7f0d
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      utils/request.uts

+ 2 - 2
utils/request.uts

@@ -14,9 +14,9 @@ export type RequestConfig = {
 
 // 基础 URL
 // const BASE_URL = "http://192.168.110.105:8080";
-// const BASE_URL = "http://222.243.138.146:5095" //测试服务器;
+const BASE_URL = "http://222.243.138.146:5095" //测试服务器;
 	// const BASE_URL = "http://222.243.138.146:5097" //正式服务器;
-const BASE_URL = "http://10.170.129.135:8089";
+// const BASE_URL = "http://10.170.129.135:8089";
 // const BASE_URL = "http://222.243.138.146:5096/prod-api"
 // const BASE_URL = "http://10.170.129.135/prod-api";