bugfix
This commit is contained in:
@ -145,8 +145,8 @@ const userStore = useUserStore();
|
||||
const isLogin = ref(1);
|
||||
|
||||
const loginForm = ref({
|
||||
username: "18212342345",
|
||||
password: "12342345",
|
||||
username: "",
|
||||
password: "",
|
||||
rememberMe: false,
|
||||
mode: "102",
|
||||
captcha: "",
|
||||
|
||||
Reference in New Issue
Block a user