From 86b1f5115a3392e37c4e6d8669db47e5a433389e Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 10 Mar 2023 09:35:30 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/forest-fire-web

---
 src/api/layout/index.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/layout/index.js b/src/api/layout/index.js
new file mode 100644
index 0000000..f060fc2
--- /dev/null
+++ b/src/api/layout/index.js
@@ -0,0 +1,7 @@
+import request from "@/router/axios.js"
+
+export const getWeather = () => request({
+    url: 'https://apia.aidioute.cn/weather/index.php',
+    method: 'get',
+    requestBaseUrl: 'open',
+})
\ No newline at end of file

--
Gitblit v1.9.3