fix: 功能优化,页面性能优化。

This commit is contained in:
tianyongbao
2024-06-19 13:40:15 +08:00
parent 8617b88f63
commit 7f8ff0c616
10 changed files with 16 additions and 16 deletions

View File

@@ -60,8 +60,8 @@ const { proxy } = getCurrentInstance()
const iconStatus = ref(false)
const loginForm = ref({
username: 'admin',
password: 'admin123',
username: '',
password: '',
rememberMe: false,
code: '',
uuid: ''