From 9429653e8def2729014b45c7c75ec76e9aa6685b Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 12 六月 2025 17:13:48 +0800
Subject: [PATCH] 优化堆垛机交互逻辑

---
 代码管理/ZhongHePDA/pages/index/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/ZhongHePDA/pages/index/index.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/ZhongHePDA/pages/index/index.vue"
index 6c2f803..ba797a4 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/ZhongHePDA/pages/index/index.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/ZhongHePDA/pages/index/index.vue"
@@ -59,7 +59,7 @@
 			AndroidCheckUpdate: function() {
 				var _this = this;
 				uni.request({
-					url: 'http://127.0.0.1:9290/api/PDA/GetPDAVersion?version=' + this.version,
+					url: 'http://192.168.100.60:9290/api/PDA/GetPDAVersion?version=' + this.version,
 					method: 'GET',
 					data: {},
 					success: res => {
@@ -72,7 +72,7 @@
 								icon: "none"
 							});
 							var dtask = plus.downloader.createDownload(
-								"http://10.1.211.101:9004/api/PDA/DownLoadApp", {},
+								"http://192.168.100.60:9290/api/PDA/DownLoadApp", {},
 								function(d, status) {
 									// 涓嬭浇瀹屾垚 
 									if (status == 200) {

--
Gitblit v1.9.3