瀏覽代碼

fix(SCRM-3775): [DE][C端]临时停车,未登录情况下。查看缴费记录,会报错

john 2 年之前
父節點
當前提交
1d0339fe4b
共有 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();