/**
       * 页面刷新导航保持高亮
      */
      menuList() {
        let path = this.$route.matched[2].path
        this.navList.forEach((e, i) => {
          if (path.indexOf(e.query.path) != -1) {
            this.navIndex = i
          }
        })
      },

  

相关文章:

  • 2021-10-28
  • 2021-08-08
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-19
  • 2021-06-10
  • 2021-11-21
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案