From f008bcb4b848f4701848a6ebc8cdd5b1ca39eb17 Mon Sep 17 00:00:00 2001 From: guanj Date: Thu, 18 Jun 2026 16:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BC=BA=E5=88=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 4 +- common/api/user.js | 2 +- common/js/config.js | 2 +- common/js/update.js | 168 +- .../Cn-icon-transient/Cn-icon-transient.vue | 6 +- manifest.json | 10 +- pages.json | 2 +- pages/device/transfer.vue | 299 ++- pages/index/comp/apply.vue | 6 +- pages/index/comp/indexGongCheng.vue | 6 +- pages/index/comp/indexYouKe.vue | 4 +- pages/index/comp/indexYunWei.vue | 4 +- pages/index/comp/indexZhuYongHu.vue | 6 +- pages/index/comp/indexZhuanZhi.vue | 4 +- pages/index/comp/monitoringPoint.vue | 1682 +++++++++-------- pages/index/comp/targetInfo.vue | 619 +++--- pages/index/index.vue | 10 +- pages/index/message1.vue | 2 +- pages/index/mine.vue | 2 +- pages/message1/comp/alarmDetails.vue | 570 +++--- pages/message1/index.scss | 4 +- pages/message1/transient.vue | 12 +- 22 files changed, 1774 insertions(+), 1650 deletions(-) diff --git a/App.vue b/App.vue index 8cca913..44e7001 100644 --- a/App.vue +++ b/App.vue @@ -1,11 +1,11 @@ - + + + diff --git a/pages/index/comp/apply.vue b/pages/index/comp/apply.vue index 68a3318..8ff34f0 100644 --- a/pages/index/comp/apply.vue +++ b/pages/index/comp/apply.vue @@ -222,21 +222,21 @@ export default { }, judgment(val, key) { switch (val) { - case '电压暂降': + case '暂降': return { type: 'sag', icon: 'icon-a-svg4', color: '#2563eb', size: '25', } - case '电压暂升': + case '暂升': return { type: 'swell', icon: 'icon-a-svg5', color: '#e6a23c', size: '25', } - case '电压中断': + case '中断': return { type: 'interrupt', icon: 'icon-zhongduan2', diff --git a/pages/index/comp/indexGongCheng.vue b/pages/index/comp/indexGongCheng.vue index e573a36..1b840f1 100644 --- a/pages/index/comp/indexGongCheng.vue +++ b/pages/index/comp/indexGongCheng.vue @@ -1,7 +1,7 @@