From 9dec22acde84e111a4f8f2d54d738586e50ff7ec Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期二, 23 八月 2022 03:19:31 +0800
Subject: [PATCH] 添加单点登录跳转
---
src/views/hashrate/HashManage/components/HashCard.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/hashrate/HashManage/components/HashCard.vue b/src/views/hashrate/HashManage/components/HashCard.vue
index 7a6ec85..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>
@@ -39,8 +39,8 @@
</div>
</div>
<div class="detailItem">
- <div class="label">
- <span class="iconfont"></span>鍥犳湭鐭ュ師鍥犳湭鈥�
+ <div class="label" title="鍥犳湭鐭ュ師鍥犳湭澶勭悊">
+ <span class="iconfont"></span>鍥犳湭鐭ュ師鍥犳湭澶勭悊
</div>
<div class="data">
<span class="number">{{ hashrate.noDeal }}</span
--
Gitblit v1.8.0