feat: 注册页面和管理员登录时新用户审核提醒
This commit is contained in:
@@ -6,6 +6,10 @@ definePageMeta({
|
||||
layout: 'authenticate',
|
||||
})
|
||||
|
||||
useSeoMeta({
|
||||
title: '登录',
|
||||
})
|
||||
|
||||
const router = useRouter()
|
||||
const toast = useToast()
|
||||
const loginState = useLoginState()
|
||||
@@ -565,6 +569,18 @@ const onForgetPasswordSubmit = (
|
||||
</template>
|
||||
</UTabs>
|
||||
</div>
|
||||
<div class="pt-4">
|
||||
<UButton
|
||||
color="gray"
|
||||
variant="ghost"
|
||||
class="!text-gray-500"
|
||||
@click="() => {
|
||||
router.push('/user/register')
|
||||
}"
|
||||
>
|
||||
注册新账号
|
||||
</UButton>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user