ruoyi-ui/src/views/device/index.vue
@@ -479,7 +479,7 @@
    /** 查看详细信息 */
    handleCheck(row){
      const id = row.id;
      this.$router.push("/jiatingshebei/device/equipmentInfo/" + id);
      this.$router.push("/familymodel/Device/equipmentInfo/" + id);
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
@@ -487,7 +487,7 @@
      let jd = true
      this.$router.push({
        path:"/jiatingshebei/device/equipmentInfo/" + id,
        path:"/familymodel/Device/equipmentInfo/" + id,
        query:{
          detail:jd
        }