fix : 清空登录默认账号

This commit is contained in:
2024-10-17 22:47:27 +08:00
parent 30f3f3bdcd
commit ea9047ee2a

View File

@@ -43,8 +43,8 @@ import {User, Lock, Key} from '@element-plus/icons-vue'
const router = useRouter()
const authStore = useAuthStore()
const loginForm = reactive({
username: 'superAdmin',
password: '123456',
username: '',
password: '',
code: '',
uuid: ''
})