feat(/api/user): Compete login-code and auth-middleware

This commit is contained in:
漩葵 2024-06-22 12:22:43 +08:00
parent ba813ffcc8
commit 07143e2048

View File

@ -112,6 +112,9 @@
</template>
<script setup lang="ts">
import PhoneElemen from "@vueform/vueform";
definePageMeta({
middleware: ["unauth"],
});
const form = ref({});
const phoneChecked = ref(false);
const codeBtnRef = ref({ text: "发送验证码", color: "", disabled: false });