fix: 注册账户功能开放。

This commit is contained in:
tianyongbao
2024-12-12 13:52:47 +08:00
parent c16f232e28
commit 6921c33003
2 changed files with 4 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ const loading = ref(false)
// 验证码开关
const captchaEnabled = ref(false)
// 注册开关
const register = ref(false)
const register = ref(true)
const redirect = ref(undefined)
function handleIconClick() {