Ver código fonte

默认账号删除

Xiao_123 9 meses atrás
pai
commit
ad9f90c06e

+ 2 - 2
src/components/VerificationCode/index.vue

@@ -114,10 +114,10 @@ const autoTimer = () => {
   setTime()
 }
 autoTimer()
-const loginUserPhone = localStorage.getItem('loginUserPhone') || '13229740091'
+const loginUserPhone = localStorage.getItem('loginUserPhone') || ''
 const loginData = reactive({
   phone: loginUserPhone,
-  code: '123456'
+  code: ''
 })
 
 const phoneForm = ref()

+ 2 - 2
src/views/login/components/passwordPage.vue

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