diff --git a/src/router/authentication.js b/src/router/authentication.js index 188be90..50c3785 100644 --- a/src/router/authentication.js +++ b/src/router/authentication.js @@ -1,10 +1,10 @@ // !!!这是一个示例,请根据实际情况修改!!! import Login from '../views/authentication/Login.vue' -// import Register from '../views/authentication/Register.vue' +import Register from '../views/authentication/Register.vue' // import Profile from '../views/authentication/Profile.vue' export default [ { path: '/login', component: Login }, - // { path: '/register', component: Register }, + { path: '/register', component: Register }, // { path: '/profile', component: Profile } ] diff --git a/src/views/authentication/Login.vue b/src/views/authentication/Login.vue index ff32c0f..ed79644 100644 --- a/src/views/authentication/Login.vue +++ b/src/views/authentication/Login.vue @@ -1,5 +1,7 @@ + + + + + 企业租户注册 + + + 企业名称 + + + + 企业联系方式 + + + + 密码 + + + + 验证码 + + + 获取验证码 + + + + + 注册 + + + $router.push('/login')">返回登录 + + + + + + +