Pārlūkot izejas kodu

注释不存在文件引入

lifanagju_citu 8 mēneši atpakaļ
vecāks
revīzija
29b8ad414d
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 1 0
      .gitignore
  2. 1 1
      components/AuthModal/index.vue

+ 1 - 0
.gitignore

@@ -3,6 +3,7 @@ node_modules
 /dist
 /dist
 /mtk/url.js
 /mtk/url.js
 unpackage
 unpackage
+/.history/
  
  
 # Log files
 # Log files
 npm-debug.log*
 npm-debug.log*

+ 1 - 1
components/AuthModal/index.vue

@@ -89,7 +89,7 @@
 <script setup>
 <script setup>
 import { ref } from 'vue'
 import { ref } from 'vue'
 import { mobile, password, code } from '@/utils/validate'
 import { mobile, password, code } from '@/utils/validate'
-import { getSmsTimer } from '@/hooks/useModal'
+// import { getSmsTimer } from '@/hooks/useModal'
 
 
 const popup = ref()
 const popup = ref()
 const type = ref('code')
 const type = ref('code')