wuhb 3 месяцев назад
Родитель
Сommit
b072f835d5
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      manifest.json
  2. 2 2
      utils/request.uts

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
 	"name": "工效通APP",
 	"appid": "__UNI__1050C07",
 	"description": "工效通任务管理平台",
-	"versionName": "1.3.1",
-	"versionCode": "131",
+	"versionName": "1.3.2",
+	"versionCode": "132",
 	"uni-app-x": {},
 	"quickapp": {},
 	"mp-weixin": {

+ 2 - 2
utils/request.uts

@@ -14,8 +14,8 @@ 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:5097" //正式服务器;
+// 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";
 
 /**