ZZJ
2022-07-14 10c762851cf552a75c61ff5b1bcf4057028f0179
src/views/manageCenter/index.vue
@@ -872,6 +872,13 @@
        return item == route.permission;
      });
      if (val) {
        if (route.path === "/search") {
          const { href } = this.$router.resolve({
            path: "/search",
          });
          window.open(href, "_blank");
          return;
        }
        this.$router.push(route.path);
      } else if (!userInfo.parentId) {
        this.$router.push(route.openPath);
@@ -1234,7 +1241,7 @@
      .item {
        display: flex;
        justify-content: end;
        justify-content: flex-end;
        align-items: center;
        .label {