feat(projects): login page: register

This commit is contained in:
Soybean
2024-03-24 04:10:55 +08:00
parent c91dd282a6
commit 1ed33dc47a
3 changed files with 67 additions and 8 deletions

View File

@ -34,6 +34,7 @@ const rules = computed<Record<keyof FormModel, App.Global.FormRule[]>>(() => {
async function handleSubmit() {
await validate();
// request
window.$message?.success($t('page.login.common.validateSuccess'));
}
</script>