From 436c436ed3aea6afeffd818e7f5a2c1808039886 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 26 Jan 2026 16:04:07 +0800 Subject: [PATCH] fix(System Settings): The Secret input field in the platform-integrated app should be set to "password" instead of "text". --- frontend/src/components/layout/Menu.vue | 1 + frontend/src/views/chat/ChatRow.vue | 4 ++-- frontend/src/views/system/platform/PlatformForm.vue | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/layout/Menu.vue b/frontend/src/components/layout/Menu.vue index f8b22432e..731d1027a 100644 --- a/frontend/src/components/layout/Menu.vue +++ b/frontend/src/components/layout/Menu.vue @@ -56,6 +56,7 @@ const routerList = computed(() => { !route.path.includes('training') && !route.path.includes('prompt') && !route.path.includes('permission') && + !route.path.includes('embeddedCommon') && !route.path.includes('preview') && !route.path.includes('audit') && route.path !== '/login' && diff --git a/frontend/src/views/chat/ChatRow.vue b/frontend/src/views/chat/ChatRow.vue index 16931d5f9..7425f13ea 100644 --- a/frontend/src/views/chat/ChatRow.vue +++ b/frontend/src/views/chat/ChatRow.vue @@ -30,8 +30,8 @@ const appearanceStore = useAppearanceStoreWithOut() height="28" /> - - + +
diff --git a/frontend/src/views/system/platform/PlatformForm.vue b/frontend/src/views/system/platform/PlatformForm.vue index 74de48491..362416b18 100644 --- a/frontend/src/views/system/platform/PlatformForm.vue +++ b/frontend/src/views/system/platform/PlatformForm.vue @@ -178,7 +178,7 @@ defineExpose({ :prop="setting.realKey" >