Przeglądaj źródła

fix:新建分支

wuguojie 1 rok temu
rodzic
commit
e6fdbc82eb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/views/login.vue

+ 1 - 0
src/views/login.vue

@@ -21,6 +21,7 @@ const redirect = ref(route.query.redirect?.toString() ?? settingsStore.settings.
 const account = ref<string>()
 const account = ref<string>()
 // // 表单类型
 // // 表单类型
 const formType = ref<'login' | 'register' | 'resetPassword'>('login')
 const formType = ref<'login' | 'register' | 'resetPassword'>('login')
+
 </script>
 </script>
 
 
 <template>
 <template>