panhui 2 lat temu
rodzic
commit
fe08a1b174
1 zmienionych plików z 9 dodań i 9 usunięć
  1. 9 9
      src/App.vue

+ 9 - 9
src/App.vue

@@ -159,15 +159,15 @@ export default {
         }
     },
     mounted() {
-        if ('1' !== window.localStorage.getItem('AppSplash')) {
-            this.showSplash = true;
-            window.localStorage.setItem('AppSplash', '1');
-        } else {
-            if (window.cordova && StatusBar) {
-                StatusBar.styleDefault();
-            }
-            this.getCard();
-        }
+        // if ('1' !== window.localStorage.getItem('AppSplash')) {
+        //     this.showSplash = true;
+        //     window.localStorage.setItem('AppSplash', '1');
+        // } else {
+        //     if (window.cordova && StatusBar) {
+        //         StatusBar.styleDefault();
+        //     }
+        //     this.getCard();
+        // }
         this.routeName = this.$route.name;
     },
     methods: {