Browse Source

fix: 设备运营主题 行政区-图表

zouooh 1 year ago
parent
commit
b1937a532f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/article_z.js

+ 1 - 1
src/api/article_z.js

@@ -21,7 +21,7 @@ export default {
21
 
21
 
22
   //  设备运营主题(地图)
22
   //  设备运营主题(地图)
23
   queryServiceMap(params) {
23
   queryServiceMap(params) {
24
-    return axios.post(`/dash/service/operations/page`, params)
24
+    return axios.post(`/dash/service/operations/stat`, params)
25
   },
25
   },
26
   // todo 设备运营主题(重点区域/道路)
26
   // todo 设备运营主题(重点区域/道路)
27
   queryServiceList(params) {
27
   queryServiceList(params) {