add video collect

This commit is contained in:
2023-10-30 19:27:28 +08:00
parent 49bdea87f7
commit f42307902f
14 changed files with 1006 additions and 57 deletions

View File

@@ -18,6 +18,7 @@ const newEmailAddress = ref('')
const newEmailVerifyCode = ref('')
const canSendEmailVerifyCode = ref(true)
const oldPassword = ref('')
const newPassword = ref('')
const newPassword2 = ref('')
const isLoading = ref(false)