loulijun2021
2023-04-28 6c850cd09c1af59ec7977042cea8453d01d9b15e
src/layout/components/Sidebar/index.vue
@@ -68,6 +68,18 @@
      if (meta.activeMenu) {
        return meta.activeMenu
      }
      if (path.indexOf('kanbanManager') !== -1) { // 当点击智慧看板的时候
        const url = this.$router.resolve({
          path
          // query: { id: 123 }
        })
        const t = url.href.split('/')
        // console.log(t, 't')
        window.open('#/' + t[2], '_blank')
      }
      return path
    },
    showLogo() {