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 ++--
1 files changed, 2 insertions(+), 2 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
+}
--
Gitblit v1.9.3