From 1e971292cdf8f486f1521ebd595fe40c10bf8a32 Mon Sep 17 00:00:00 2001 From: liub Date: Thu, 29 Jan 2026 14:40:20 +0800 Subject: [PATCH 1/3] =?UTF-8?q?6155=E6=B7=BB=E5=8A=A0=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 178 ------------------- pages.json | 6 +- pages/6155/BJQ6155.vue | 251 +++++++++++++++++++++------ pages/6155/deviceDetail.vue | 284 ++++++++++++++++++++++++------- pages/common/addBLE/addEquip.vue | 268 ++++++++++++++++------------- pages/common/index/index.vue | 10 +- utils/BleHelper.js | 12 +- utils/Common.js | 6 +- 8 files changed, 596 insertions(+), 419 deletions(-) delete mode 100644 App.vue diff --git a/App.vue b/App.vue deleted file mode 100644 index 35e20f9..0000000 --- a/App.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - \ No newline at end of file diff --git a/pages.json b/pages.json index acfd99c..e855b70 100644 --- a/pages.json +++ b/pages.json @@ -156,7 +156,8 @@ { "path": "pages/6155/deviceDetail", "style": { - "navigationBarTitleText": "HBY 6155" + "navigationBarTitleText": "HBY 6155", + "navigationStyle": "custom" } }, { @@ -375,7 +376,8 @@ "path" : "pages/6155/BJQ6155", "style" : { - "navigationBarTitleText" : "BJQ6155" + "navigationBarTitleText" : "BJQ6155", + "navigationStyle": "custom" } }, { diff --git a/pages/6155/BJQ6155.vue b/pages/6155/BJQ6155.vue index b4ad2a2..84e0fbb 100644 --- a/pages/6155/BJQ6155.vue +++ b/pages/6155/BJQ6155.vue @@ -1,5 +1,26 @@