no message

Former-commit-id: e11591cd22cb8651323fcfeb0acbe01ffeccd973
Former-commit-id: 004e06aa613f6e4cdeb4d4e452935ec40986022c
Former-commit-id: c2bdda20af17b7bc6d054b47f2b27f4ecd3275ab
This commit is contained in:
李杨
2018-01-27 10:08:39 +08:00
parent 903ccd5cd4
commit 509b811fd2
3 changed files with 12 additions and 5 deletions

View File

@@ -82,6 +82,9 @@ export default {
}
Cookies.set('username', res.username, setting)
Cookies.set('password', res.password, setting)
this.$router.push({
name: 'index'
})
})
.catch(err => {
this.$log('错误信息', err)