doum
15 小时以前 2ba20a79dacdbde2d7fd2ebc1fc45ed9bbd8bcbd
admin/src/components/common/CommonHeader.vue
@@ -112,6 +112,18 @@
    if (this.userInfo && (!this.userInfo.needChangePwd || this.userInfo.needChangePwd == '0')) {
      this.visible.changePwd = true
    }
    const queryParams = new URLSearchParams(window.location.search);
    const param1 = queryParams.get('topmenu');
    console.log("============================param1=",param1,queryParams)
    var that = this
    if(param1 && this.topMenuList){
      this.topMenuList.list.forEach((item,index)=>{
        if(item.params && item.params === param1){
          that.getHeaderNav(item,index)
        }
      })
    }
  },
  filters: {
    // 展示名称