소스 검색

use ajaxlogin instead

jason.lu 6 년 전
부모
커밋
7befbf226e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sourcecode/h5app/vue/src/views/login.vue

+ 1 - 1
sourcecode/h5app/vue/src/views/login.vue

@@ -46,7 +46,7 @@
             }, {});
             // if (userid.length === 0) this.$router.push('warning');
             // else this.$router.push('index');
-            this.$router.push('index');
+            //this.$router.push('index');
         }
     }