From b56efce2c1206605f2ceeffbd90aa618132b8b6c Mon Sep 17 00:00:00 2001 From: nieli <329261568@qq.com> Date: Mon, 28 Nov 2022 13:56:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=9B=BF=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=AF=A6=E6=83=85=20=E4=BF=A1=E6=81=AF=20id=20=E5=92=8C=20key?= =?UTF-8?q?=20=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/device/profile/info.vue | 10 +++++----- src/views/tenant/device/profile/info.vue | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/iot/device/profile/info.vue b/src/views/iot/device/profile/info.vue index ffabf2f6..229de3a1 100644 --- a/src/views/iot/device/profile/info.vue +++ b/src/views/iot/device/profile/info.vue @@ -28,10 +28,10 @@
-
设备ID
+
设备Key
- {{infoData.deviceId}} - 复制 + {{infoData.deviceKey}} + 复制
@@ -80,8 +80,8 @@
-
设备KEY
-
{{infoData.deviceKey }}
+
设备ID
+
{{infoData.deviceId }}
devSecret
diff --git a/src/views/tenant/device/profile/info.vue b/src/views/tenant/device/profile/info.vue index f5b88f3e..79b8e9c9 100644 --- a/src/views/tenant/device/profile/info.vue +++ b/src/views/tenant/device/profile/info.vue @@ -14,7 +14,7 @@
-
设备ID
+
deviceKey
{{infoData.deviceKey}} 复制 @@ -63,8 +63,8 @@
-
设备KEY
-
{{infoData.deviceKey }}
+
设备ID
+
{{infoData.deviceId }}
devSecret