From f2ef9272ed076bdca33d21b39bcc671e576553b3 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期二, 27 九月 2022 11:30:04 +0800 Subject: [PATCH] 添加场景的 时间段的添加编辑删除 加请求字段devid --- src/views/hashrate/components/Flow.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/hashrate/components/Flow.vue b/src/views/hashrate/components/Flow.vue index 1639223..61e3322 100644 --- a/src/views/hashrate/components/Flow.vue +++ b/src/views/hashrate/components/Flow.vue @@ -17,16 +17,16 @@ return { flowList: [ { - img: "/images/hashrate/1銆佸紑閫氱畻鍔涚鐞�.png", + img: "/images/hashrate/openSdk.png", title: "寮�閫氱畻鍔涚鐞�", }, - { img: "/images/hashrate/2銆佺畻娉曟壒閲忓畨瑁�.png", title: "绠楁硶鎵归噺瀹夎" }, + { img: "/images/hashrate/installSdk.png", title: "绠楁硶鎵归噺瀹夎" }, { - img: "/images/hashrate/3銆佷换鍔″満鏅厤缃�.png", + img: "/images/hashrate/setRule.png", title: "浠诲姟鍦烘櫙閰嶇疆", }, { - img: "/images/hashrate/4銆佽澶囨�ц兘瀹炴椂鐩戞帶.png", + img: "/images/hashrate/realtime.png", title: "璁惧鎬ц兘瀹炴椂鐩戞帶", }, ], -- Gitblit v1.8.0