Explorar el Código

Fix login routing path tp jump

lin-xin hace 9 años
padre
commit
9fea371e28
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/page/Login.vue

+ 1 - 1
src/components/page/Login.vue

@@ -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;