修改登录及设备授权处理

This commit is contained in:
xuli3099
2025-08-19 17:31:04 +08:00
parent 2514b279b6
commit b2a53d04aa
3 changed files with 43 additions and 42 deletions

View File

@@ -200,6 +200,7 @@ let refreshBindStatus = async ()=>{
// 账号登录
const form2 = ref(null);
const formData2 = ref({
uniqCode:'',
username: '',
password: ''
});