diff --git a/study-project-frontend/src/components/welcome/LoginPage.vue b/study-project-frontend/src/components/welcome/LoginPage.vue
index 9b3c804..65123b8 100644
--- a/study-project-frontend/src/components/welcome/LoginPage.vue
+++ b/study-project-frontend/src/components/welcome/LoginPage.vue
@@ -31,7 +31,7 @@
没有账号
- 注册账号
+ 注册账号
diff --git a/study-project-frontend/src/components/welcome/RegisterPage.vue b/study-project-frontend/src/components/welcome/RegisterPage.vue
new file mode 100644
index 0000000..33aafc9
--- /dev/null
+++ b/study-project-frontend/src/components/welcome/RegisterPage.vue
@@ -0,0 +1,69 @@
+
+
+
+
注册新用户
+
欢迎注册我们的学习平台,请在下方填写相关信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 获取验证码
+
+
+
+
+ 立即注册
+
+
+ 已有账号?
+ 立即登录
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/study-project-frontend/src/router/index.js b/study-project-frontend/src/router/index.js
index 0025022..1223cba 100644
--- a/study-project-frontend/src/router/index.js
+++ b/study-project-frontend/src/router/index.js
@@ -12,6 +12,10 @@ const router = createRouter({
path: '',
name: 'welcome-login',
component: () => import('@/components/welcome/LoginPage.vue')
+ }, {
+ path: 'register',
+ name: 'welcome-register',
+ component: () => import('@/components/welcome/RegisterPage.vue')
}
]
}, {
diff --git a/study-project-frontend/src/views/WelcomeView.vue b/study-project-frontend/src/views/WelcomeView.vue
index 2f9d882..e51b51d 100644
--- a/study-project-frontend/src/views/WelcomeView.vue
+++ b/study-project-frontend/src/views/WelcomeView.vue
@@ -10,7 +10,9 @@
在这里你可以同性交友,因为都是男的,没有学Java的女生。
-
+
+
+