src/components/page/GlobalLayout.vue
@@ -134,11 +134,11 @@
      //--update-begin----author:scott---date:20190320------for:根据后台菜单配置,判断是否路由菜单字段,动态选择是否生成路由(为了支持参数URL菜单)------
      //this.menus = this.mainRouters.find((item) => item.path === '/').children;
      this.menus = this.permissionMenuList
      //--update-begin----author:liusq---date:20210223------for:关于测边菜单遮挡内容问题详细说明 #2255
      this.collapsed=!this.sidebarOpened;
      //--update-begin----author:liusq---date:20210223------for:关于测边菜单遮挡内容问题详细说明 #2255
      // 根据后台配置菜单,重新排序加载路由信息
      //console.log('----加载菜单逻辑----')
      //console.log(this.mainRouters)
@@ -451,6 +451,7 @@
        padding: 0 20px 0 0;
        display: flex;
        height: 59px;
        color: #fff;
        .ant-menu.ant-menu-horizontal {
          border: none;
@@ -463,7 +464,7 @@
          display: flex;
          .logo.top-nav-header {
            width: 165px;
            width: 240px;
            height: 64px;
            position: relative;
            line-height: 64px;
@@ -498,7 +499,7 @@
      }
      &.light {
        background-color: #fff;
        background-color: #E74C3C;
        .header-index-wide {
          .header-index-left {