Oliver
2022-12-22 73b48dd59a2d47b365b87784371c4ef57dde659b
src/views/layout/components/Header/index.vue
@@ -115,7 +115,7 @@
          label: '执法管理',
          checked: true,
          url: '',
          if: '3f',
          id: '3f',
        },
      ],
      flag: {
@@ -215,7 +215,9 @@
      if (data.id === '2f') {
        this.$router.push({path: "/home/video"})
      }
      if (data.id === '3f') {
        this.$router.push({path: "/home/operate/casepool/pool"})
      }
    }
  }
};