From c706f68a7b75a4a28493f4cee58cd6fb50d3e999 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Fri, 11 Feb 2022 09:39:00 +0800
Subject: [PATCH] 能量樹
---
src/api/home/home.js | 4 ++--
src/views/wel/home.vue | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/home/home.js b/src/api/home/home.js
index 8944fab..eab6894 100644
--- a/src/api/home/home.js
+++ b/src/api/home/home.js
@@ -41,7 +41,7 @@
})
}
-//漂浮能量
+//漂浮
export const getRain = (params) => {
return request({
url: '/api/energy/list',
@@ -71,4 +71,4 @@
...params
}
})
-}
\ No newline at end of file
+}
diff --git a/src/views/wel/home.vue b/src/views/wel/home.vue
index 3c059ab..068f846 100644
--- a/src/views/wel/home.vue
+++ b/src/views/wel/home.vue
@@ -163,7 +163,7 @@
this.getMapDataMethod(); // 左上角数据
this.getNowRain();
- this.getNowAnergy();
+ this.getNowAnergygetNowAnergy();
},
watch: {
during() {
--
Gitblit v1.9.3