panhui 2 yıl önce
ebeveyn
işleme
0a12c46367
1 değiştirilmiş dosya ile 9 ekleme ve 9 silme
  1. 9 9
      src/App.vue

+ 9 - 9
src/App.vue

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