From ba50073d4aeda7a1e30243e6469be9c2cec472b3 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期六, 08 十月 2022 18:17:25 +0800 Subject: [PATCH] 修改检索显示的摄像机地址,调整上报页面的查询 --- 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