perf: 密码提示默认为空
This commit is contained in:
parent
fae6431c83
commit
59dcccb177
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user