Parcourir la source

use ajaxlogin instead

jason.lu il y a 6 ans
Parent
commit
7befbf226e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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');
         }
     }