From 4c48f0efec39785512d983855e9b47dbbd8f065c Mon Sep 17 00:00:00 2001 From: liub Date: Wed, 17 Dec 2025 09:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E5=B0=8Fbug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/6170/deviceControl.js | 4 ++++ api/common/index.js | 2 +- api/common/operatingInstruct/index.js | 2 +- manifest.json | 3 +++ pages.json | 14 ++------------ pages/100/HBY100.vue | 2 +- pages/210/HBY210.vue | 6 +++--- pages/6075/BJQ6075.vue | 6 +++--- pages/common/audioManager/AudioList.vue | 14 +++++++------- utils/BleReceive.js | 2 +- 10 files changed, 26 insertions(+), 29 deletions(-) diff --git a/api/6170/deviceControl.js b/api/6170/deviceControl.js index e257231..c517ee5 100644 --- a/api/6170/deviceControl.js +++ b/api/6170/deviceControl.js @@ -61,4 +61,8 @@ export function mapReverseGeocoding(data) { method: 'post', data: data }) +} + +export function deviceRealTimeStatus(){ + return Promise.resolve({code:500}); } \ No newline at end of file diff --git a/api/common/index.js b/api/common/index.js index 26fda5f..469ba65 100644 --- a/api/common/index.js +++ b/api/common/index.js @@ -1,5 +1,5 @@ import request from '@/utils/request' -import qs from 'qs' + // 设备列表 export function deviceInfo(params) { return request({ diff --git a/api/common/operatingInstruct/index.js b/api/common/operatingInstruct/index.js index 63694f3..83a4db8 100644 --- a/api/common/operatingInstruct/index.js +++ b/api/common/operatingInstruct/index.js @@ -1,5 +1,5 @@ import request from '@/utils/request' -import qs from 'qs' + // 查询列表 export function fileInfo(params) { return request({ diff --git a/manifest.json b/manifest.json index 79fba08..f6657fb 100644 --- a/manifest.json +++ b/manifest.json @@ -7,6 +7,9 @@ "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { + "compatible":{ + "ignoreVersion":true + }, "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, diff --git a/pages.json b/pages.json index 8debdd3..3150f4f 100644 --- a/pages.json +++ b/pages.json @@ -317,24 +317,14 @@ } }, - { - "path": "pages/4877/BJQ4877", - "style": { - "navigationBarTitleText": "BJQ 4877" - } - }, + { "path": "pages/4877/BJQ4877V1", "style": { "navigationBarTitleText": "BJQ 4877" } }, - { - "path": "pages/100/HBY100", - "style": { - "navigationBarTitleText": "HBY 100" - } - }, + { "path" : "pages/4877/BJQ4877CheckColor", "style" : diff --git a/pages/100/HBY100.vue b/pages/100/HBY100.vue index 2f0265d..af2d4d9 100644 --- a/pages/100/HBY100.vue +++ b/pages/100/HBY100.vue @@ -917,7 +917,7 @@ if (!item) { item = this.dic.sta_VoiceType[index]; } - console.log("item=", item); + // console.log("item=", item); let val = item.key; if (this.formData.sta_VoiceType === val) { val = '0'; diff --git a/pages/210/HBY210.vue b/pages/210/HBY210.vue index 1df05ba..80a488e 100644 --- a/pages/210/HBY210.vue +++ b/pages/210/HBY210.vue @@ -131,15 +131,15 @@ 产品信息 - + 产品参数 - + 操作说明 - + 操作视频 diff --git a/pages/6075/BJQ6075.vue b/pages/6075/BJQ6075.vue index 6acfe98..5cfcf54 100644 --- a/pages/6075/BJQ6075.vue +++ b/pages/6075/BJQ6075.vue @@ -172,15 +172,15 @@ 产品信息 - + 产品参数 - + 操作说明 - + 操作视频 diff --git a/pages/common/audioManager/AudioList.vue b/pages/common/audioManager/AudioList.vue index f3f379a..af7d465 100644 --- a/pages/common/audioManager/AudioList.vue +++ b/pages/common/audioManager/AudioList.vue @@ -13,14 +13,14 @@ - + {{index+1}}:{{ item.name }} {{item.createTime}} {{item.time}}秒 - @@ -94,9 +94,9 @@ - - + +