提交 9fea371e 编写于 作者: L lin-xin

Fix login routing path tp jump

上级 261a4ef1
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册