Merge pull request #13377 from dataease/pr@dev-v2@perf_pwd_tips

perf: 密码提示默认为空
This commit is contained in:
taojinlong 2024-11-18 13:56:18 +08:00 committed by GitHub
commit 9e98823aeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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