Fix login routing path tp jump
This commit is contained in:
parent
261a4ef189
commit
9fea371e28
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue