From 9382b8a2fc04a6b41b0db6ee8765949f52f84106 Mon Sep 17 00:00:00 2001 From: Vce Date: Tue, 14 May 2024 09:59:10 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=90=E6=96=99?= =?UTF-8?q?=E5=87=BA=E5=9C=BA=E5=9B=BE=E7=89=87=E6=98=BE=E7=A4=BABUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/projectEnd/ekashManage/materials.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/projectEnd/ekashManage/materials.vue b/pages/projectEnd/ekashManage/materials.vue index 19785d8f..a58daf9a 100644 --- a/pages/projectEnd/ekashManage/materials.vue +++ b/pages/projectEnd/ekashManage/materials.vue @@ -101,7 +101,12 @@ uni.navigateTo({ url: './lookDetails?itemS=' + id }) - } + }, + previewImg(url) { + uni.previewImage({ + urls: [url] + }) + }, } } From ba5147bdad1829549300989d074c68b82f09aeb4 Mon Sep 17 00:00:00 2001 From: Vce Date: Tue, 14 May 2024 18:35:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8F=91=E7=89=881.5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 8 ++++---- manifest.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main.js b/main.js index a722b9a1..6bfff05c 100644 --- a/main.js +++ b/main.js @@ -86,13 +86,13 @@ if (process.env.NODE_ENV === 'development') { // Vue.prototype.url_config = 'http://10.168.1.105:11111/' // 线上地址 // Vue.prototype.url_config = 'http://10.168.1.104:11111/' // 线上地址 // Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢线上地址(弃用) - // Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢线上地址 - Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢线上测试地址 + Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢线上地址 + // Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢线上测试地址 // Vue.prototype.url_config = 'http://182.90.224.237:51234/' // 百色三标段 // Vue.prototype.url_config = 'http://192.168.34.221:9111/' // 百色三标段 // Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用) - // Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址 - Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址 + Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址 + // Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址 // Vue.prototype.work_url = 'http://192.168.34.139:5173' // 工作流地址 // Vue.prototype.url_config = 'http://182.90.224.147:100/' //演示平台 // Vue.prototype.url_config ='http://124.71.178.44:8012/' // 河南 diff --git a/manifest.json b/manifest.json index ae5dfd00..9c019149 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "智慧安全", //中建四局 "appid" : "__UNI__4AA4101", "description" : "", - "versionName" : "1.5.3", - "versionCode" : 153, + "versionName" : "1.5.4", + "versionCode" : 154, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {