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" }, "*"); } })