update 关闭 用户注册页面按钮

This commit is contained in:
疯狂的狮子Li
2026-03-17 12:53:56 +08:00
parent 833dfa67fc
commit 766d9b2142
+1 -1
View File
@@ -138,7 +138,7 @@ const loginRules: ElFormRules = {
const codeUrl = ref('');
const loading = ref(false);
const captchaEnabled = ref(true);
const register = ref(true);
const register = ref(false);
const redirect = ref('/');
const loginRef = ref<ElFormInstance>();