diff --git a/public/background.jpg b/public/background.jpg new file mode 100644 index 0000000..4ae7cc5 Binary files /dev/null and b/public/background.jpg differ diff --git a/src/router/authentication.js b/src/router/authentication.js index 7c0f2e7..188be90 100644 --- a/src/router/authentication.js +++ b/src/router/authentication.js @@ -1,10 +1,10 @@ // !!!这是一个示例,请根据实际情况修改!!! -// import Login from '../views/authentication/Login.vue' +import Login from '../views/authentication/Login.vue' // import Register from '../views/authentication/Register.vue' // import Profile from '../views/authentication/Profile.vue' export default [ - // { path: '/login', component: Login }, + { path: '/login', component: Login }, // { path: '/register', component: Register }, // { path: '/profile', component: Profile } ] diff --git a/src/views/authentication/Login.vue b/src/views/authentication/Login.vue new file mode 100644 index 0000000..ff32c0f --- /dev/null +++ b/src/views/authentication/Login.vue @@ -0,0 +1,105 @@ + + + + + \ No newline at end of file