mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
update 关闭 用户注册页面按钮
This commit is contained in:
parent
833dfa67fc
commit
766d9b2142
@ -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>();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user