默认不开启微信小程序自动登录

This commit is contained in:
Dftre 2024-05-14 02:20:47 +08:00
parent 780334b0fb
commit ccb41e523b
2 changed files with 4781 additions and 3655 deletions

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@ import { setToken } from '@/utils/auth';
const userStore = useUserStore()
const codeUrl = ref("");
const captchaEnabled = ref(true); //
const useWxLogin = ref(true); // 使
const useWxLogin = ref(false); // 使
const globalConfig = ref(config);
const loginForm = ref({
username: "admin",