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

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

@ -84,6 +84,8 @@ export const constantRoutes = [{
}
]
/**
* asyncRoutes
* the routes that need to be dynamically loaded based on user roles

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

Loading…
Cancel
Save