lifanagju_citu пре 10 месеци
родитељ
комит
6ce7c398aa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/VerificationCode/index.vue

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

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