zhanghua
2022-12-21 02fbad0abac2692f8df1fa67b88f8995ab27db19
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"})
      }
    }
  }
};