Fix login routing path tp jump

This commit is contained in:
lin-xin 2017-02-23 08:59:04 +08:00
parent 261a4ef189
commit 9fea371e28
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
const self = this;
self.$refs[formName].validate((valid) => {
if (valid) {
self.$router.push('/admin');
self.$router.push('/readme');
} else {
console.log('error submit!!');
return false;