This commit is contained in:
王一嘉
2025-07-28 18:07:57 +08:00
parent 8796fe1c46
commit 89ff96cd4c

View File

@@ -16,9 +16,9 @@ const MODE = {
}
const from = reactive({
mobile: '15709267061',
mobile: null,
code: null,
password: '123456',
password: null,
});
const mode = ref(MODE.PHONE);