From 0ea4a390d09679425cf3ad217a38a9e717641c95 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 14 四月 2025 16:23:12 +0800
Subject: [PATCH] 增加串行库位任务下发机制防呆

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

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/index/index.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/index/index.vue"
index 60ad1e5..dddd4f5 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/index/index.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/index/index.vue"
@@ -59,7 +59,8 @@
 			AndroidCheckUpdate: function() {
 				var _this = this;
 				uni.request({
-					url: 'http://10.1.211.101:9004/api/PDA/GetPDAVersion?version=' + this.version,
+					url: 'http://192.168.2.51:9290/api/PDA/GetPDAVersion?version=' + this.version,
+					// url: 'http://127.0.0.1:9290/api/PDA/GetPDAVersion?version=' + 1,
 					method: 'GET',
 					data: {},
 					success: res => {
@@ -72,7 +73,8 @@
 								icon: "none"
 							});
 							var dtask = plus.downloader.createDownload(
-								"http://10.1.211.101:9004/api/PDA/DownLoadApp", {},
+								"http://192.168.2.51:9290/api/PDA/DownLoadApp", {},
+								// "http://127.0.0.1:9290/api/PDA/DownLoadApp", {},
 								function(d, status) {
 									// 涓嬭浇瀹屾垚 
 									if (status == 200) {
@@ -100,9 +102,9 @@
 					},
 					complete: () => {}
 				});
-			},
+			},	
 			getCurrentTree() {
-				this.$u.post('/api/Sys_Menu/getTreeMenu', {}).then(result => {
+				this.$u.post('/api/Sys_Menu/getTreeMenu1', {}).then(result => {
 					this.tree = result;
 				})
 			},

--
Gitblit v1.9.3