This commit is contained in:
aaron 2025-02-15 21:39:08 +08:00
parent c945cf935c
commit a48c6a9683

View File

@ -61,7 +61,8 @@ export default defineComponent({
const loading = ref(false) const loading = ref(false)
const formState = reactive({ const formState = reactive({
phone: '', phone: '',
password: '' password: '',
is_admin: true
}) })
const onFinish = async values => { const onFinish = async values => {