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 }}