zhangzengfei
2023-11-29 0d3db253cad1fb49c4fae9b9a537c8c318c7172f
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)
    }
  }
}