默认不开启微信小程序自动登录
This commit is contained in:
parent
780334b0fb
commit
ccb41e523b
8204
pnpm-lock.yaml
8204
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user