diff --git a/Yi.Bbs.Vue3/src/assets/login_images/login_bg.jpg b/Yi.Bbs.Vue3/src/assets/login_images/login_bg.jpg new file mode 100644 index 00000000..e7f0d715 Binary files /dev/null and b/Yi.Bbs.Vue3/src/assets/login_images/login_bg.jpg differ diff --git a/Yi.Bbs.Vue3/src/assets/login_images/phone_login_bg.jpg b/Yi.Bbs.Vue3/src/assets/login_images/phone_login_bg.jpg new file mode 100644 index 00000000..7122c3aa Binary files /dev/null and b/Yi.Bbs.Vue3/src/assets/login_images/phone_login_bg.jpg differ diff --git a/Yi.Bbs.Vue3/src/layout/LoginLayout.vue b/Yi.Bbs.Vue3/src/layout/LoginLayout.vue index 8ca146df..14ff19e7 100644 --- a/Yi.Bbs.Vue3/src/layout/LoginLayout.vue +++ b/Yi.Bbs.Vue3/src/layout/LoginLayout.vue @@ -1,8 +1,19 @@ - \ No newline at end of file + + + + + diff --git a/Yi.Bbs.Vue3/src/router/index.js b/Yi.Bbs.Vue3/src/router/index.js index 4ffdd002..0251936a 100644 --- a/Yi.Bbs.Vue3/src/router/index.js +++ b/Yi.Bbs.Vue3/src/router/index.js @@ -23,7 +23,8 @@ const router = createRouter({ { name: "login", path: "/login", - component: () => import("../views/Login.vue"), + // component: () => import("../views/Login.vue"), + component: () => import("../views/login/index.vue"), }, { name: "register", diff --git a/Yi.Bbs.Vue3/src/views/login/index.vue b/Yi.Bbs.Vue3/src/views/login/index.vue new file mode 100644 index 00000000..936297ba --- /dev/null +++ b/Yi.Bbs.Vue3/src/views/login/index.vue @@ -0,0 +1,217 @@ + + +