添加报表页面,更新用户管理和注册功能
This commit is contained in:
@@ -25,7 +25,7 @@ const successTitle = ref('')
|
||||
const successDesc = ref('')
|
||||
|
||||
const emailLabel = computed(() => (emailVerifyEnabled.value ? '邮箱 *' : '邮箱(可选)'))
|
||||
const emailHint = computed(() => (emailVerifyEnabled.value ? '必填,用于账号验证' : '选填,用于接收审核通知'))
|
||||
const emailHint = computed(() => (emailVerifyEnabled.value ? '必填,用于账号验证' : '选填,用于找回密码和接收通知'))
|
||||
|
||||
async function refreshCaptcha() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user