Jelajahi Sumber

Merge pull request #104 from John-Hong/release-2.8.0

Release 2.8.0
John-Hong 2 tahun lalu
induk
melakukan
276b27fa1c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -84,7 +84,7 @@ export default {
         if (carList) {
           uni.setStorageSync('carList', JSON.parse(carList));
         }
-        this.$store.commit('SET_IS_INIT', true);
+        this.$store.commit('SET_IS_INIT', false);
         window.token = `${window.location.href}`.replace(/.*wx\/(.*)\/.*/g, '$1');
         try {
           const options = await wssInit();