From 00ecfff5cca584890543285b3d16f39854edb968 Mon Sep 17 00:00:00 2001 From: jiayu Date: Tue, 4 Mar 2025 09:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A4=E7=9F=B3=E4=BA=91=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E4=BF=AE=E6=94=B9=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 8 +- manifest.json | 4 +- pages/projectEnd/laborManage/clockIn.vue | 316 ----------------------- pages/videoManage/playVideo.vue | 88 ++++++- 4 files changed, 91 insertions(+), 325 deletions(-) diff --git a/main.js b/main.js index 76f8d808..5f35f937 100644 --- a/main.js +++ b/main.js @@ -93,11 +93,11 @@ if (process.env.NODE_ENV === 'development') { } else { // 生产环境 console.log('生产环境') - Vue.prototype.url_config = 'http://117.146.73.156:9809/'// 中新建项目 - Vue.prototype.work_url = 'http://117.146.73.156:19997'// 工作流地址 通用 + // Vue.prototype.url_config = 'http://117.146.73.156:9809/'// 中新建项目 + // Vue.prototype.work_url = 'http://117.146.73.156:19997'// 工作流地址 通用 // Vue.prototype.url_config = 'http://121.37.106.37:9809/' // 测试环境 - // Vue.prototype.url_config = 'http://101.43.164.214:11111/' - // Vue.prototype.work_url = 'http://101.43.164.214:11131'// 工作流地址 通用 + Vue.prototype.url_config = 'http://101.43.164.214:11111/' + Vue.prototype.work_url = 'http://101.43.164.214:11131'// 工作流地址 通用 // 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/' // 鞍钢线上地址(弃用) diff --git a/manifest.json b/manifest.json index 092338c9..8ac99f7e 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "智慧安全", //中建四局 "appid" : "__UNI__4AA4101", "description" : "", - "versionName" : "1.3.6", - "versionCode" : 136, + "versionName" : "1.3.8", + "versionCode" : 138, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/projectEnd/laborManage/clockIn.vue b/pages/projectEnd/laborManage/clockIn.vue index 9ca2683d..6831efde 100644 --- a/pages/projectEnd/laborManage/clockIn.vue +++ b/pages/projectEnd/laborManage/clockIn.vue @@ -1,71 +1,4 @@