Explorar o código

Fix login routing path tp jump

lin-xin %!s(int64=9) %!d(string=hai) anos
pai
achega
9fea371e28
Modificáronse 1 ficheiros con 1 adicións e 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;