wuhb vor 2 Wochen
Ursprung
Commit
cf89eb6890
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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.2.26:83";
-const BASE_URL = "http://192.168.189.43:83";
+// const BASE_URL = "http://192.168.189.43:83";
 // const BASE_URL = "http://222.243.138.146:8150/prod-api" //测试服务器;
-// const BASE_URL = "http://222.243.138.146:880/prod-api" //正式服务器;
+const BASE_URL = "http://222.243.138.146:880/prod-api" //正式服务器;
 
 /**
  * 获取基础 URL