Commit f198171e authored by 李晓兵's avatar 李晓兵

'样式'

parent b037cac2
......@@ -111,9 +111,11 @@ export default {
}
},
registerNew: function () {
document.getElementById('passwordInput').blur()
this.$router.push('regiester2')
},
pwdForgotten: function () {
document.getElementById('passwordInput').blur()
this.$router.push('pwd-forgot')
},
clearAccount: function () {
......
This diff is collapsed.
......@@ -251,7 +251,6 @@ export default new Router({
{path: '/drawback-detail', component: DrawbackDetail, name: 'DrawbackDetail', meta: {keepAlive: false}},
// 视屏面签
{path: '/video-sign', component: VideoSign, name: 'VideoSign', meta: {keepAlive: true}},
],
scrollBehavior (to, from, savedPosition) {
if (to.hash) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment