fix:功能调整
This commit is contained in:
@@ -49,8 +49,8 @@ const captchaEnabled = ref(true); // 是否开启验证码
|
||||
const useWxLogin = ref(false); // 是否使用微信登录
|
||||
const globalConfig = ref(config);
|
||||
const loginForm = ref({
|
||||
username: "admin",
|
||||
password: "admin123",
|
||||
username: "",
|
||||
password: "",
|
||||
code: "",
|
||||
uuid: ''
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user