From 2d4583ff25a4b6a5e6c1dc7ef84ac0b841628662 Mon Sep 17 00:00:00 2001 From: jsy_zjg <31502350@qq.com> Date: Fri, 20 Dec 2024 10:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=9C=E6=83=85=E3=80=81?= =?UTF-8?q?=E9=A6=96=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 19 +++--- pages/fourmonitor/camera.vue | 1 + pages/fourmonitor/index.vue | 1 + pages/fourmonitor/pest.vue | 72 +++----------------- pages/fourmonitor/spore.vue | 1 + pages/fourmonitor/weatherstation.vue | 1 + pages/head/fertilizerapplicator/detail.vue | 1 + pages/head/fertilizerapplicator/detailkl.vue | 1 + pages/head/headdevice/detail.vue | 1 + pages/head/index.vue | 10 +-- pages/mine/index.vue | 14 ++-- 11 files changed, 37 insertions(+), 85 deletions(-) diff --git a/pages.json b/pages.json index 73e2c17..c942c98 100644 --- a/pages.json +++ b/pages.json @@ -36,17 +36,20 @@ }, { "path": "pages/head/fertilizerapplicator/detail", "style": { - "navigationBarTitleText": "施肥机" + "navigationBarTitleText": "施肥机", + "navigationStyle": "custom" } }, { "path": "pages/head/fertilizerapplicator/detailkl", "style": { - "navigationBarTitleText": "施肥机" + "navigationBarTitleText": "施肥机", + "navigationStyle": "custom" } }, { "path": "pages/head/headdevice/detail", "style": { - "navigationBarTitleText": "首部" + "navigationBarTitleText": "首部", + "navigationStyle": "custom" } }, { "path": "pages/mine/index", @@ -175,35 +178,35 @@ "path": "pages/fourmonitor/index", "style": { "navigationBarTitleText": "农情", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/fourmonitor/weatherstation", "style": { "navigationBarTitleText": "气象站", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/fourmonitor/pest", "style": { "navigationBarTitleText": "虫情", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/fourmonitor/spore", "style": { "navigationBarTitleText": "孢子", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/fourmonitor/camera", "style": { "navigationBarTitleText": "摄像头", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/popup/index-popup", diff --git a/pages/fourmonitor/camera.vue b/pages/fourmonitor/camera.vue index 1c4194a..a7ea4b6 100644 --- a/pages/fourmonitor/camera.vue +++ b/pages/fourmonitor/camera.vue @@ -1,4 +1,5 @@