fix: 功能优化,页面性能优化。
This commit is contained in:
@@ -60,8 +60,8 @@ const { proxy } = getCurrentInstance()
|
||||
|
||||
const iconStatus = ref(false)
|
||||
const loginForm = ref({
|
||||
username: 'admin',
|
||||
password: 'admin123',
|
||||
username: '',
|
||||
password: '',
|
||||
rememberMe: false,
|
||||
code: '',
|
||||
uuid: ''
|
||||
|
||||
Reference in New Issue
Block a user