This commit is contained in:
bb_pan 2025-06-03 09:38:43 +08:00
parent 63bfa4d48c
commit 5b4a67805f
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@ const origin = window.location.href
//
const loginForm = reactive({
username: '342601199506086818',
password: 'Iws2022#',
username: uni.getStorageSync('username'),
password: uni.getStorageSync('password'),
loginType: 'USERNAME_PASSWORD',
code: '',
phoneUuid: '',