update 关闭 用户注册页面按钮
This commit is contained in:
+1
-1
@@ -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>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user