Explorar el Código

use ajaxlogin instead

jason.lu hace 6 años
padre
commit
7befbf226e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
         }
     }