wuhb 4 miesięcy temu
rodzic
commit
715da81e03
3 zmienionych plików z 6 dodań i 6 usunięć
  1. 2 2
      manifest.json
  2. 1 2
      pages/profile/index.uvue
  3. 3 2
      utils/request.uts

+ 2 - 2
manifest.json

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

+ 1 - 2
pages/profile/index.uvue

@@ -40,8 +40,7 @@
 				
 				<view class="menu-item" @longpress="handleVersionClick()">
 					<image class="menu-icon" src="/static/images/profile/5.png" mode="aspectFit"></image>
-					<text class="menu-title">{{version}}</text>
-					<text class="menu-arrow">›</text>
+					<text class="menu-title">版本:{{version}}</text>
 				</view>
 			</view> 
             <!-- 功能菜单 -->

+ 3 - 2
utils/request.uts

@@ -13,8 +13,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://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://10.170.129.135:8089";
 
 /**