update
This commit is contained in:
@@ -16,9 +16,9 @@ const MODE = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const from = reactive({
|
const from = reactive({
|
||||||
mobile: '15709267061',
|
mobile: null,
|
||||||
code: null,
|
code: null,
|
||||||
password: '123456',
|
password: null,
|
||||||
});
|
});
|
||||||
|
|
||||||
const mode = ref(MODE.PHONE);
|
const mode = ref(MODE.PHONE);
|
||||||
|
|||||||
Reference in New Issue
Block a user