Forráskód Böngészése

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

john 2 éve
szülő
commit
1d0339fe4b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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();