panhui 5 years ago
parent
commit
93e896153d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/h5/src/views/Home.vue

+ 1 - 1
src/main/h5/src/views/Home.vue

@@ -104,7 +104,7 @@ export default {
   },
   },
   data() {
   data() {
     return {
     return {
-      tab: 1
+      tab: 0
     };
     };
   }
   }
 };
 };