heyujie
2021-11-25 3da82371b3826dc047f8c30fb0b5fb6ef3aff46e
src/pages/ai/index/detail.vue
@@ -546,7 +546,8 @@
            .then((res) => {
              if (res && res.success) {
                app.unloadLoading = false;
                _this.getAllApps();
                // _this.getAllApps();
                this.$emit("flushApp")
                window.parent.postMessage(
                  {
                    msg: "AppUpdate",
@@ -766,7 +767,8 @@
              if (res && res.success) {
                sdk.unloadLoading = false;
                this.$notify.success("卸载完成");
                _this.getAllSdk();
                // _this.getAllSdk();
                this.$emit("flushSdk")
                window.parent.postMessage({ msg: "AppUpdate" }, "*");
              }
            })