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 @@