haoxuan
2023-09-12 1969ccdad1e5135a4d6fba46826dc916a9e40a42
src/pages/desktop/index/components/ToolsEntry.vue
@@ -71,7 +71,7 @@
  },
  computed: {
    stateDocks() {
      console.log("carousels", this.$store.state.desktop.docks)
      // console.log("carousels", this.$store.state.desktop.docks)
      return this.$store.state.desktop.docks
    },
    carousels() {
@@ -185,7 +185,7 @@
      if (dock.type === "1") {
        window.open(dock.url)
      } else if (dock.type === "2" && !dock.isOpen) {
        if (dock.url == "/view/debuggTool/") {
        if ((dock.url).indexOf('/view/debuggTool')>=0||(dock.url).indexOf('/view/knowledge')>=0) {
          return true
        }
        this.$store.dispatch("desktop/addFrame", {