From bd6b0405a89e66f80ca777599b035d4ea7f3ea6a Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期二, 23 八月 2022 23:09:19 +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