瀏覽代碼

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

Release 2.8.0
John-Hong 2 年之前
父節點
當前提交
276b27fa1c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();