lifanagju_citu преди 11 месеца
родител
ревизия
b1de91c68c
променени са 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, // 13229740091 小梅 // 15775026250 瑞森
   code: '123456'
 })