Fix login routing path tp jump
parent
261a4ef189
commit
9fea371e28
|
@ -41,7 +41,7 @@
|
||||||
const self = this;
|
const self = this;
|
||||||
self.$refs[formName].validate((valid) => {
|
self.$refs[formName].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
self.$router.push('/admin');
|
self.$router.push('/readme');
|
||||||
} else {
|
} else {
|
||||||
console.log('error submit!!');
|
console.log('error submit!!');
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue