From 9581ecd7c770380f96557a96b154b3cb79fd3102 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 28 Jan 2025 22:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E8=AF=84=E5=AE=A1?= =?UTF-8?q?=E3=80=91IoT=EF=BC=9A=E7=89=A9=E6=A8=A1=E5=9E=8B=E7=9A=84?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 2 +- src/views/iot/thingmodel/ThingModelEvent.vue | 2 ++ src/views/iot/thingmodel/ThingModelForm.vue | 1 + src/views/iot/thingmodel/ThingModelInputOutputParam.vue | 2 ++ src/views/iot/thingmodel/ThingModelProperty.vue | 8 +++++--- src/views/iot/thingmodel/ThingModelService.vue | 2 ++ src/views/iot/thingmodel/config.ts | 5 ++++- .../iot/thingmodel/dataSpecs/ThingModelArrayDataSpecs.vue | 1 + .../iot/thingmodel/dataSpecs/ThingModelEnumDataSpecs.vue | 1 + .../thingmodel/dataSpecs/ThingModelNumberDataSpecs.vue | 3 ++- .../thingmodel/dataSpecs/ThingModelStructDataSpecs.vue | 2 ++ src/views/iot/thingmodel/index.vue | 5 +++++ 12 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 3185491f..688e1f54 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -659,7 +659,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ title: '设备详情', noCache: true, hidden: true, - activeMenu: '/iot/device' + activeMenu: '/iot/device/device' }, component: () => import('@/views/iot/device/device/detail/index.vue') }, diff --git a/src/views/iot/thingmodel/ThingModelEvent.vue b/src/views/iot/thingmodel/ThingModelEvent.vue index 827e59dc..4044f5dc 100644 --- a/src/views/iot/thingmodel/ThingModelEvent.vue +++ b/src/views/iot/thingmodel/ThingModelEvent.vue @@ -1,9 +1,11 @@ +