From 2fd3422c060fc3c5c880a3c985956c7b1339470b Mon Sep 17 00:00:00 2001 From: puhui999 Date: Sun, 9 Mar 2025 18:14: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=E7=BC=96=E8=BE=91=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/app.ts | 2 +- src/views/iot/rule/databridge/config/HttpConfigForm.vue | 4 ++++ src/views/iot/rule/databridge/config/KafkaMQConfigForm.vue | 4 ++++ src/views/iot/rule/databridge/config/MqttConfigForm.vue | 4 ++++ src/views/iot/rule/databridge/config/RabbitMQConfigForm.vue | 4 ++++ .../iot/rule/databridge/config/RedisStreamMQConfigForm.vue | 4 ++++ src/views/iot/rule/databridge/config/RocketMQConfigForm.vue | 4 ++++ 7 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index a6eee78f..e3d6a56f 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: false, // logo + logo: true, // logo fixedHeader: true, // 固定toolheader footer: true, // 显示页脚 greyMode: false, // 是否开始灰色模式,用于特殊悼念日 diff --git a/src/views/iot/rule/databridge/config/HttpConfigForm.vue b/src/views/iot/rule/databridge/config/HttpConfigForm.vue index ecca1df8..af4d6853 100644 --- a/src/views/iot/rule/databridge/config/HttpConfigForm.vue +++ b/src/views/iot/rule/databridge/config/HttpConfigForm.vue @@ -33,6 +33,7 @@