src/pages/ai/index/App.vue
@@ -586,8 +586,10 @@ if (res.success) { this.isInstall = false this.$message.success('安装成功,将跳转至"已激活"中查看') // this.getAllSdk() setTimeout(() => { this.getAllSdk() this.getAllApps() window.parent.postMessage({ msg: "AppUpdate" }, "*") this.activeName = "已安装" }, 3000) @@ -884,7 +886,7 @@ }, 1000) }, removeAPP(item) { console.log(item) this.unloadApp(item) } } }