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

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