Merge branch 'master' of gitee.com:longyears/langye-web-start

master
刘翔宇-旅管家 3 years ago
commit 45e73bb293

@ -82,7 +82,9 @@ export const constantRoutes = [{
} }
}, ] }, ]
} }
] ]
/** /**
* asyncRoutes * asyncRoutes

@ -106,7 +106,8 @@
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.password.focus() this.$refs.password.focus()
}) })
}, },
//
handleLogin() { handleLogin() {
this.$refs.loginForm.validate(valid => { this.$refs.loginForm.validate(valid => {
if (valid) { if (valid) {

Loading…
Cancel
Save