wuhb hace 2 meses
padre
commit
8076ac7f0d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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";