From e7294058349c63aaf66e7ef801dd201f7f7126e6 Mon Sep 17 00:00:00 2001 From: ZhengJie <201507802@qq.com> Date: Tue, 5 May 2020 22:20:02 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD](el-admin?= =?UTF-8?q?=20v2.5):=20v2.5=20beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 详情 https://www.ydyno.com/archives/1225.html --- src/views/login.vue | 3 ++- src/views/monitor/server/index.vue | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index a1ac4c0..c925af6 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -147,7 +147,8 @@ export default { justify-content: center; align-items: center; height: 100%; - background-image:url(http://api.neweb.top/bing.php?type=rand); + /*请更换为自己的地址,不保证该地址不被删除*/ + background-image:url(https://aurora-1255840532.cos.ap-chengdu.myqcloud.com/bg.jpeg); background-size: cover; } .title { diff --git a/src/views/monitor/server/index.vue b/src/views/monitor/server/index.vue index 5006707..2bc9274 100644 --- a/src/views/monitor/server/index.vue +++ b/src/views/monitor/server/index.vue @@ -89,11 +89,8 @@
-
- 读取:{{ data.disk.reads }} -
- 写入:{{ data.disk.writes }} + 总量:{{ data.disk.total }}
空闲:{{ data.disk.available }}