This commit is contained in:
parent
63bfa4d48c
commit
5b4a67805f
|
|
@ -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: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue