|
|
@ -41,8 +41,8 @@ import Poto from "@/assets/images/equip/home/poto.png"; |
|
|
|
import BaseMap from "./Map"; |
|
|
|
// import errorImg from "@/assets/images/layout/error.png" |
|
|
|
// import { useLocation } from "react-router-dom"; |
|
|
|
function ParkingOverview() { |
|
|
|
let timer = null; |
|
|
|
function ParkingOverview() { |
|
|
|
//地图数据展示is |
|
|
|
const MapS = [ |
|
|
|
{ |
|
|
@ -408,7 +408,11 @@ function ParkingOverview() { |
|
|
|
} |
|
|
|
); |
|
|
|
} else { |
|
|
|
clearTimeout(timer); |
|
|
|
timer = setTimeout(() => { |
|
|
|
setWei(data); |
|
|
|
}, 1000); |
|
|
|
|
|
|
|
// ajax.ParkingOverview.searchGeocode({ |
|
|
|
// key: "a54fb01ed4e07686adc0eddf4e18afd7", |
|
|
|
// address: data, |
|
|
@ -742,7 +746,7 @@ function ParkingOverview() { |
|
|
|
name: "停车收入(元)", |
|
|
|
min: 0, |
|
|
|
// /max: 50, |
|
|
|
interval: 10, |
|
|
|
// interval: 10, |
|
|
|
// splitNumber: 6, //设置坐标轴的分割段数 |
|
|
|
axisLabel: { |
|
|
|
//formatter: "{value}元", |
|
|
|