From 672916ea686709321ff3bd09c7a29cf9cfd7dee3 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 05 Aug 2022 17:52:27 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhny-dsjdp

---
 src/api/land/land.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/api/land/land.js b/src/api/land/land.js
index f01e8ee..373bd42 100644
--- a/src/api/land/land.js
+++ b/src/api/land/land.js
@@ -75,8 +75,8 @@
         url: 'http://dev.jxpskj.com:8030/pyh-station/stationAndVideo/queryStationAndVideoByLandId',
         method: 'get',
         params: {
-            'land_id': landId,
-            'type': type,
+            land_id: landId,
+            type: type
         }
     })
 }
@@ -86,9 +86,9 @@
         url: 'http://dev.jxpskj.com:8030/pyh-station/naturalFactors/findElementDataByTime',
         method: 'get',
         params: {
-            'stcd': stcd,
-            'startTime': startTime,
-            'endTime': endTime,
+            stcd: stcd,
+            startTime: startTime,
+            endTime: endTime
         }
     })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3