mark
2022-09-30 c3724c5d5a1f5b8feb39a7e7e35fb994dbf332f9
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: "设备监控" },
      ],
    };
  },