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

main
Dftre 2 years ago
parent 780334b0fb
commit ccb41e523b

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save