소스 검색

添加注释

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'
 })