From 4839bebed6400813afb6809d265f68fdde3cfa7e Mon Sep 17 00:00:00 2001 From: wwp <782568523@qq.com> Date: Wed, 28 Aug 2024 17:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E7=9B=91=E6=8E=A7=E8=B7=AF?= =?UTF-8?q?=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- monitorMobile/pages.json | 20 +++--- monitorMobile/pages/monitor/index.vue | 100 ++++++++++++++++---------- monitorMobile/pages/work/index.vue | 2 +- 3 files changed, 74 insertions(+), 48 deletions(-) diff --git a/monitorMobile/pages.json b/monitorMobile/pages.json index 71d6c30..879c869 100644 --- a/monitorMobile/pages.json +++ b/monitorMobile/pages.json @@ -30,6 +30,13 @@ ] }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + // 预警 + { + "path": "pages/earlyWarning/index", + "style": { + "navigationStyle": "custom" + } + }, // 工作台 { "path": "pages/work/index", @@ -100,11 +107,11 @@ "enablePullDownRefresh": false } }, - // 预警巡警 + // 巡警 { - "path": "pages/earlyWarning/index", + "path": "pages/monitor/index", "style": { - "navigationStyle": "custom" + "navigationBarTitleText": "监控管理" } }, { @@ -125,12 +132,7 @@ "navigationBarTitleText": "处理结果" } }, - { - "path": "pages/monitor/index", - "style": { - "navigationBarTitleText": "监控管理" - } - }, + // 我的 { "path": "pages/my/index", diff --git a/monitorMobile/pages/monitor/index.vue b/monitorMobile/pages/monitor/index.vue index c62ce7d..3540de3 100644 --- a/monitorMobile/pages/monitor/index.vue +++ b/monitorMobile/pages/monitor/index.vue @@ -1,23 +1,23 @@