From ffbc110aa6c75728519026082c93fa385e9296c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DRain=E2=80=9C?= <904416525@qq.com> Date: Thu, 30 May 2024 11:57:59 +0800 Subject: [PATCH 1/3] 1 --- pages/projectEnd/emergencyDisposal/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/projectEnd/emergencyDisposal/detail.vue b/pages/projectEnd/emergencyDisposal/detail.vue index 09216d2e..34b7e81d 100644 --- a/pages/projectEnd/emergencyDisposal/detail.vue +++ b/pages/projectEnd/emergencyDisposal/detail.vue @@ -242,7 +242,7 @@ this.id = options.id; this.statusBarHeight = uni.getStorageSync('systemInfo').statusBarHeight this.projectSn = JSON.parse(uni.getStorageSync('projectDetail')).projectSn; - console.log(options); + // console.log(options); }, onShow() { From b44be63539b283e762bd1000e714f10b694f86d2 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Thu, 30 May 2024 19:29:15 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 ++-- pages/messageCenter/messageCenter.vue | 3 +++ pages/standardScheduleNews/addFrom.vue | 5 +++-- pages/standardScheduleNews/detail.vue | 9 ++++++++- pages/standardScheduleNews/index.vue | 8 ++++---- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/main.js b/main.js index 98c61f80..906c5af3 100644 --- a/main.js +++ b/main.js @@ -37,11 +37,11 @@ if (process.env.NODE_ENV === 'development') { console.log('开发环境') // 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:11211/' // 鞍钢测试地址 // Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址 // Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址 // Vue.prototype.url_config = ' http://192.168.34.221:28888/' //郭圣雄本地 - // Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地 + Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地 // Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地 // Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用) // Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址 diff --git a/pages/messageCenter/messageCenter.vue b/pages/messageCenter/messageCenter.vue index db72959c..76427897 100644 --- a/pages/messageCenter/messageCenter.vue +++ b/pages/messageCenter/messageCenter.vue @@ -192,6 +192,9 @@