|
@@ -63,10 +63,10 @@ const handleChangeCurrentArea = (e) => {
|
|
currentArea.value = e.value
|
|
currentArea.value = e.value
|
|
}
|
|
}
|
|
|
|
|
|
-const loginUserPhone = localStorage.getItem('loginUserPhone') || ''
|
|
|
|
|
|
+const loginUserPhone = localStorage.getItem('loginUserPhone') || '13229740091'
|
|
const loginData = reactive({
|
|
const loginData = reactive({
|
|
phone: loginUserPhone, // 13229740091
|
|
phone: loginUserPhone, // 13229740091
|
|
- password: '' // 1111
|
|
|
|
|
|
+ password: '1111' // 1111
|
|
})
|
|
})
|
|
|
|
|
|
const passwordForm = ref()
|
|
const passwordForm = ref()
|