From e0fb00cb3bb37f519b8444b3c5408111207fb069 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期二, 25 三月 2025 18:37:33 +0800 Subject: [PATCH] 1 --- 代码管理/AGVjiaoliaoPDA/pages/index/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 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..1830946 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,7 @@ AndroidCheckUpdate: function() { var _this = this; uni.request({ - url: 'http://10.1.211.101:9004/api/PDA/GetPDAVersion?version=' + this.version, + url: 'http://127.0.0.1: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://127.0.0.1:9290/api/PDA/DownLoadApp", {}, function(d, status) { // 涓嬭浇瀹屾垚 if (status == 200) { @@ -102,7 +102,7 @@ }); }, 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