feat: 添加注册页面,更新路由配置和表单验证逻辑

This commit is contained in:
2025-12-20 21:56:36 +07:00
parent e8278fa957
commit 2e42bbc278
5 changed files with 63 additions and 5 deletions

9
src/views/auth/index.vue Normal file
View File

@@ -0,0 +1,9 @@
<script lang='ts' setup>
</script>
<template>
<IonRouterOutlet />
</template>
<style lang='css' scoped></style>