jason.lu 6 years ago
parent
commit
08bbe10d96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sourcecode/h5app/vue/src/components/schoolidCard.vue

+ 1 - 1
sourcecode/h5app/vue/src/components/schoolidCard.vue

@@ -153,7 +153,7 @@
                     // console.log(response);
                     // console.log(response);
 
 
                     if (response === undefined || response.model === undefined || response.model.list === undefined || response.model.list.length === 0) {
                     if (response === undefined || response.model === undefined || response.model.list === undefined || response.model.list.length === 0) {
-                        that.$router.push('index');
+                        that.$router.push('login');
                     }
                     }
                     try {
                     try {
                         let t = response.model.list;
                         let t = response.model.list;