heyujie
2021-12-07 4ff29e301de38488db0ff04f0209c99e37cf30b4
src/pages/ai/index/App.vue
@@ -504,8 +504,8 @@
      installedApps: [],
      storeApps: [],
      installFile: {},
      appUpgreading: true,
      sdkUpgreading: true,
      appUpgreading: false,
      sdkUpgreading: false,
      autoRefresh: true,
      productDetailVisible: false,
      isUpgrading: false,
@@ -1054,7 +1054,7 @@
      let _this = this;
      setTimeout(() => {
        _this.autoRefreshAppAndSdkState();
      }, 500);
      }, 1000);
    },
  },
};