提交 ef7a8396 authored 作者: 王鹏飞's avatar 王鹏飞

修改prp登录页面

上级 e9d0f1ef
...@@ -7,6 +7,14 @@ ...@@ -7,6 +7,14 @@
</div> </div>
</div> </div>
</div> </div>
<footer class="footer">
<span>Copyright © 2021 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司</span>
<a target="_blank" href="https://tsm.miit.gov.cn/dxxzsp/">京ICP证150431号</a>
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681">
<img src="https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png" />安备11010802023681号
</a>
<a target="_blank" href="https://beian.miit.gov.cn/#/Integrated/index">京ICP备15016866号-1</a>
</footer>
</div> </div>
</template> </template>
...@@ -29,6 +37,7 @@ export default { ...@@ -29,6 +37,7 @@ export default {
color: #fff; color: #fff;
} }
.login-page { .login-page {
position: relative;
color: #fff; color: #fff;
} }
.login-box { .login-box {
...@@ -50,4 +59,21 @@ export default { ...@@ -50,4 +59,21 @@ export default {
} }
} }
} }
.footer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
font-size: 12px;
line-height: 30px;
text-align: center;
a {
margin-left: 10px;
color: #fff;
}
img {
vertical-align: middle;
}
}
</style> </style>
...@@ -319,15 +319,13 @@ export default [ ...@@ -319,15 +319,13 @@ export default [
children: [ children: [
{ path: '', redirect: 'index' }, { path: '', redirect: 'index' },
{ path: 'index', component: loginAccount }, { path: 'index', component: loginAccount },
{ path: 'code', component: loginCode, props: { sendcode: { signName: 'prp', template: 'SMS_200181319' } } } { path: 'code', component: loginCode }
] ]
}, },
{ {
path: 'password', path: 'password',
component: () => import(/* webpackChunkName: "prp" */ '../pages/prp/password.vue'), component: () => import(/* webpackChunkName: "prp" */ '../pages/prp/password.vue'),
children: [ children: [{ path: '', component: password }]
{ path: '', component: password, props: { sendcode: { signName: 'prp', template: 'SMS_200191908' } } }
]
}, },
{ {
path: 'register', path: 'register',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论