fix: move dedicated components to components folder

This commit is contained in:
2024-03-13 16:09:54 +08:00
parent de336dbc72
commit c80e7a2111
5 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ const obtainSmsCode = () => {
}).then(res => {
sms_triggered.value = true
sms_sending.value = false
sms_counting_down.value = 60 // TODO: modify this to change the countdown time
sms_counting_down.value = 60 // TODO: save timestamp to localstorage
toast.add({title: '短信验证码已发送', color: 'indigo', icon: 'i-tabler-circle-check'})
const interval = setInterval(() => {
sms_counting_down.value--