From b95cac2e7093e686cee4313c9287501329728a69 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Sun, 9 Mar 2025 18:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E3=80=91IoT:=20=E6=95=B0=E6=8D=AE=E6=A1=A5=E6=A2=81=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/app.ts | 2 +- .../iot/rule/databridge/IoTDataBridgeForm.vue | 44 +++++++++---------- .../rule/databridge/config/HttpConfigForm.vue | 2 +- .../databridge/config/KafkaMQConfigForm.vue | 2 +- .../rule/databridge/config/MqttConfigForm.vue | 2 +- .../databridge/config/RabbitMQConfigForm.vue | 2 +- .../config/RedisStreamMQConfigForm.vue | 2 +- .../databridge/config/RocketMQConfigForm.vue | 4 +- 8 files changed, 29 insertions(+), 31 deletions(-) diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index e3d6a56f..a6eee78f 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -61,7 +61,7 @@ export const useAppStore = defineStore('app', { tagsView: true, // 标签页 tagsViewImmerse: false, // 标签页沉浸 tagsViewIcon: true, // 是否显示标签图标 - logo: true, // logo + logo: false, // logo fixedHeader: true, // 固定toolheader footer: true, // 显示页脚 greyMode: false, // 是否开始灰色模式,用于特殊悼念日 diff --git a/src/views/iot/rule/databridge/IoTDataBridgeForm.vue b/src/views/iot/rule/databridge/IoTDataBridgeForm.vue index e81eb799..bb38d6be 100644 --- a/src/views/iot/rule/databridge/IoTDataBridgeForm.vue +++ b/src/views/iot/rule/databridge/IoTDataBridgeForm.vue @@ -32,29 +32,24 @@ - - - - - - - - - - - + + + + + + + + +