From 3580e7bdba4e36cbab8f91ad1a793157d22d0675 Mon Sep 17 00:00:00 2001 From: Vce Date: Mon, 29 Apr 2024 21:19:18 +0800 Subject: [PATCH] =?UTF-8?q?dev:AI=E9=A2=84=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 28 +- pages/alarmPage/disposition/disposition.vue | 329 ++++++++++++++++++ pages/alarmPage/indexTwo.vue | 280 ++++++++++----- pages/alarmPage/shutting/shutting.vue | 242 +++++++++++++ .../projectEnd/projectIndex/projectIndex.vue | 7 +- static/aiWarn/aiWarn.png | Bin 0 -> 4020 bytes static/aiWarn/aiWarn2.png | Bin 0 -> 5051 bytes static/aiWarn/correct.png | Bin 0 -> 3887 bytes 8 files changed, 794 insertions(+), 92 deletions(-) create mode 100644 pages/alarmPage/disposition/disposition.vue create mode 100644 pages/alarmPage/shutting/shutting.vue create mode 100644 static/aiWarn/aiWarn.png create mode 100644 static/aiWarn/aiWarn2.png create mode 100644 static/aiWarn/correct.png diff --git a/pages.json b/pages.json index 6efa31ef..d7dc5920 100644 --- a/pages.json +++ b/pages.json @@ -1004,8 +1004,18 @@ "enablePullDownRefresh": false } }, + // { + // "path": "pages/alarmPage/index", + // "style": { + // "navigationBarTitleText": "报警提示", + // "enablePullDownRefresh": true, + // "onReachBottomDistance": 100, + // "navigationBarBackgroundColor": "#3A7BFF", + // "navigationBarTextStyle": "white" + // } + // }, { - "path": "pages/alarmPage/index", + "path": "pages/alarmPage/indexTwo", "style": { "navigationBarTitleText": "报警提示", "enablePullDownRefresh": true, @@ -1509,6 +1519,22 @@ "enablePullDownRefresh": false } + }, + { + "path" : "pages/alarmPage/shutting/shutting", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } + }, + { + "path" : "pages/alarmPage/disposition/disposition", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } } ], // "subPackages":[{ diff --git a/pages/alarmPage/disposition/disposition.vue b/pages/alarmPage/disposition/disposition.vue new file mode 100644 index 00000000..0e63260d --- /dev/null +++ b/pages/alarmPage/disposition/disposition.vue @@ -0,0 +1,329 @@ +