From 07d14cf6edbef9436aa5909bcb6b2329ecc6f9a2 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期五, 15 七月 2022 14:44:44 +0800
Subject: [PATCH] 禅道bug

---
 src/views/hashrate/HashManage/components/HashCard.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/hashrate/HashManage/components/HashCard.vue b/src/views/hashrate/HashManage/components/HashCard.vue
index cb0fcd5..5a54f1f 100644
--- a/src/views/hashrate/HashManage/components/HashCard.vue
+++ b/src/views/hashrate/HashManage/components/HashCard.vue
@@ -1,9 +1,9 @@
 <template>
   <div class="HashCard">
     <div class="hashrate">
-      <img v-if="type == 0" src="/images/hashrate/杞绠楀姏.png" alt="" />
-      <img v-if="type == 1" src="/images/hashrate/瀹炴椂绠楀姏.png" alt="" />
-      <img v-if="type == 2" src="/images/hashrate/鏁版嵁鏍堢畻鍔�.png" alt="" />
+      <img v-if="type == 0" src="/images/hashrate/polling.png" alt="" />
+      <img v-if="type == 1" src="/images/hashrate/realTime2.png" alt="" />
+      <img v-if="type == 2" src="/images/hashrate/static.png" alt="" />
       <div class="hashrateContent">
         <div class="label" v-if="type == 0">杞绠楀姏</div>
         <div class="label" v-if="type == 1">瀹炴椂绠楀姏</div>

--
Gitblit v1.8.0