From 23fe40902bec6670723fbe2ee9bad335c3509333 Mon Sep 17 00:00:00 2001 From: liub Date: Thu, 29 Jan 2026 16:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E7=89=99=E8=AE=BE=E5=A4=87=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=88=86=E4=BA=AB=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 +- pages/100/HBY100.vue | 203 ++++++++++++++++++++++++++++++++- pages/4877/BJQ4877.vue | 218 +++++++++++++++++++++++++++++++++++- pages/6155/deviceDetail.vue | 43 +------ pages/650/HBY650.vue | 190 +++++++++++++++++++++++++++++++ pages/670/HBY670.vue | 7 ++ pages/7305/BJQ7305.vue | 193 ++++++++++++++++++++++++++++++- utils/Common.js | 50 ++++++++- 8 files changed, 852 insertions(+), 64 deletions(-) diff --git a/pages.json b/pages.json index e855b70..f958255 100644 --- a/pages.json +++ b/pages.json @@ -240,7 +240,8 @@ { "path": "pages/650/HBY650", "style": { - "navigationBarTitleText": "HBY650" + "navigationBarTitleText": "HBY650", + "navigationStyle": "custom" } }, { @@ -252,7 +253,8 @@ { "path": "pages/7305/BJQ7305", "style": { - "navigationBarTitleText": "BJQ7305" + "navigationBarTitleText": "BJQ7305", + "navigationStyle": "custom" } }, { @@ -265,13 +267,15 @@ { "path": "pages/4877/BJQ4877", "style": { - "navigationBarTitleText": "BJQ 4877" + "navigationBarTitleText": "BJQ 4877", + "navigationStyle": "custom" } }, { "path": "pages/100/HBY100", "style": { - "navigationBarTitleText": "HBY 100" + "navigationBarTitleText": "HBY 100", + "navigationStyle": "custom" } }, { diff --git a/pages/100/HBY100.vue b/pages/100/HBY100.vue index 2d0e757..e25470a 100644 --- a/pages/100/HBY100.vue +++ b/pages/100/HBY100.vue @@ -1,5 +1,26 @@