loulijun2021
2023-05-06 7bfa4e0bbad8d1cbff5b60605b4d46c71138a3f3
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() {
@@ -152,4 +164,8 @@
  color: #ffffff;
  cursor: default;
}
.el-menu{
  background-color: #213145 !important;
}
</style>