mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 16:28:33 +08:00
update 关闭 用户注册页面按钮
This commit is contained in:
parent
833dfa67fc
commit
766d9b2142
@ -138,7 +138,7 @@ const loginRules: ElFormRules = {
|
|||||||
const codeUrl = ref('');
|
const codeUrl = ref('');
|
||||||
const loading = ref(false);
|
const loading = ref(false);
|
||||||
const captchaEnabled = ref(true);
|
const captchaEnabled = ref(true);
|
||||||
const register = ref(true);
|
const register = ref(false);
|
||||||
const redirect = ref('/');
|
const redirect = ref('/');
|
||||||
const loginRef = ref<ElFormInstance>();
|
const loginRef = ref<ElFormInstance>();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user