ZZJ
2022-08-02 ed35d0b4c2051e067bd9904c4b0158257d5db0d9
src/views/equipmentManagement/components/Flow.vue
@@ -17,15 +17,15 @@
    return {
      flowList: [
        {
          img: "/images/equipmentManagement/开通设备管理.png",
          img: "/images/equipmentManagement/open.png",
          title: "开通设备管理",
        },
        { img: "/images/equipmentManagement/添加设备.png", title: "添加设备" },
        { img: "/images/equipmentManagement/add.png", title: "添加设备" },
        {
          img: "/images/equipmentManagement/设备维护+设置.png",
          img: "/images/equipmentManagement/setting.png",
          title: "设备维护+设置",
        },
        { img: "/images/equipmentManagement/设备监控.png", title: "设备监控" },
        { img: "/images/equipmentManagement/watch.png", title: "设备监控" },
      ],
    };
  },