ZZJ
2022-04-22 c992e66812f0deafce1e50dd54b927034cfeae22
开通接口
3个文件已修改
6 ■■■■ 已修改文件
src/views/equipmentManagement/components/Banner.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hashrate/components/Banner.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/search/components/Banner.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/equipmentManagement/components/Banner.vue
@@ -18,7 +18,7 @@
    async jump() {
      await enableMenu({
        userId: JSON.parse(sessionStorage.getItem("userInfo")).id,
        menuId: "deviceMng",
        menuId: "af9d705f-6adc-444c-9127-5284df09102f",
      });
      this.$router.push("/equipmentList");
    },
src/views/hashrate/components/Banner.vue
@@ -18,7 +18,7 @@
    async jump() {
      await enableMenu({
        userId: JSON.parse(sessionStorage.getItem("userInfo")).id,
        menuId: "analysisMng",
        menuId: "d440fbef-1fea-4ce6-927f-990a2e923223",
      });
      this.$router.push("/hashrateDetail");
    },
src/views/search/components/Banner.vue
@@ -17,7 +17,7 @@
      console.log(JSON.parse(sessionStorage.getItem("userInfo")).id);
      await enableMenu({
        userId: JSON.parse(sessionStorage.getItem("userInfo")).id,
        menuId: "statisticMng",
        menuId: "89098e9f-baaa-4a69-9e9b-26444dd69ff6",
      });
      this.$router.push("/search");
    },