@@ -116,7 +116,7 @@ const autoTimer = () => {
autoTimer()
const loginUserPhone = localStorage.getItem('loginUserPhone') || '13229740091'
const loginData = reactive({
- phone: loginUserPhone, // 13229740091 小梅 // 15775026250 瑞森
+ phone: loginUserPhone,
code: '123456'
})