From 59dcccb1775ff999ff61a894486884fb2bdd0fea Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 18 Nov 2024 12:42:30 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=AF=86=E7=A0=81=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/login/index.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/login/index.vue b/core/core-frontend/src/views/login/index.vue index 519bbbcb7a..980fd80901 100644 --- a/core/core-frontend/src/views/login/index.vue +++ b/core/core-frontend/src/views/login/index.vue @@ -42,9 +42,7 @@ const demoTips = computed(() => { if (!showDempTips.value) { return '' } - return ( - appearanceStore.getDemoTipsContent || '账号:admin 密码:DataEase@123456 每晚 00:00 重置数据' - ) + return appearanceStore.getDemoTipsContent || '' }) const state = reactive({ loginForm: {