From 2ab3b9ccd7e3808e53b43f64b03df19d165bb607 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 28 Jan 2025 22:29:54 +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/dataSpecs/ThingModelArrayDataSpecs.vue | 1 + .../iot/thingmodel/dataSpecs/ThingModelStructDataSpecs.vue | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 688e1f54..10655016 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -648,7 +648,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ title: '产品详情', noCache: true, hidden: true, - activeMenu: '/iot/product' + activeMenu: '/iot/device/product' }, component: () => import('@/views/iot/product/product/detail/index.vue') }, diff --git a/src/views/iot/thingmodel/dataSpecs/ThingModelArrayDataSpecs.vue b/src/views/iot/thingmodel/dataSpecs/ThingModelArrayDataSpecs.vue index 81b827d4..faeb3d44 100644 --- a/src/views/iot/thingmodel/dataSpecs/ThingModelArrayDataSpecs.vue +++ b/src/views/iot/thingmodel/dataSpecs/ThingModelArrayDataSpecs.vue @@ -4,6 +4,7 @@