fix:功能调整

This commit is contained in:
tianyongbao
2024-06-06 18:42:02 +08:00
parent 568125d792
commit bdc80f29ef
20 changed files with 1050 additions and 56 deletions

View File

@@ -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: ''
});