diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 3185491f3..688e1f547 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 827e59dcf..4044f5dc3 100644 --- a/src/views/iot/thingmodel/ThingModelEvent.vue +++ b/src/views/iot/thingmodel/ThingModelEvent.vue @@ -1,9 +1,11 @@ +