From fcf702ca3c7f67a7ce3eba4557148768533d408b Mon Sep 17 00:00:00 2001 From: guanj Date: Mon, 13 Jul 2026 10:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Cn-device-card/Cn-device-card.vue | 3 +- manifest.json | 4 +- pages/device/list.vue | 20 ++- pages/engineering/list.vue | 4 +- pages/index/comp/apply.vue | 37 ++++-- pages/index/comp/device.vue | 15 ++- pages/index/comp/monitoringPoint.vue | 121 +++++++++++++------ pages/user/login.vue | 2 +- pages/user/register.vue | 2 +- 9 files changed, 151 insertions(+), 57 deletions(-) diff --git a/components/Cn-device-card/Cn-device-card.vue b/components/Cn-device-card/Cn-device-card.vue index 5d3b305..8bcc5ee 100644 --- a/components/Cn-device-card/Cn-device-card.vue +++ b/components/Cn-device-card/Cn-device-card.vue @@ -52,7 +52,7 @@ - + @@ -105,6 +105,7 @@ export default { return str }, jump() { + if (this.device.devType == 'Direct_Connected_Device') { uni.navigateTo({ url: diff --git a/manifest.json b/manifest.json index d4dc689..3a72a8c 100644 --- a/manifest.json +++ b/manifest.json @@ -75,7 +75,9 @@ "push" : { "unipush" : { "version" : "2", - "offline" : true + "offline" : true, + "hms" : {}, + "mi" : {} } }, "share" : {} diff --git a/pages/device/list.vue b/pages/device/list.vue index 630cbe9..30dff10 100644 --- a/pages/device/list.vue +++ b/pages/device/list.vue @@ -89,12 +89,18 @@