Browse Source

优化APP

wuhb 2 months ago
parent
commit
0fe5800d79
2 changed files with 4 additions and 4 deletions
  1. 2 2
      manifest.json
  2. 2 2
      utils/request.uts

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
 	"name": "EMCS",
 	"appid": "__UNI__5577A7F",
 	"description": "进销存管理",
-	"versionName": "1.0.6",
-	"versionCode": "6",
+	"versionName": "1.0.7",
+	"versionCode": "7",
 	"uni-app-x": {
 		"vapor": true,
 		"styleIsolationVersion": "2"

+ 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