const imgUrl = "http://localhost:8086/"; //撒点图片的和nginx一个地址就可以 // const imgUrl = "http://192.168.20.99"; const mapUrl = "http://localhost:8084/"; // const mapUrl = "http://192.168.20.99:8084/"; //ue地图连接地址 // const BASE_URL = "http://183.162.245.49:2228/yssh/"; //后端接口地址 const BASE_URL = "http://192.168.20.228:8082/yssh/"; //后端接口地址 const jsonUrl = "/json"; //原请求本地json文件地址,现在不用了 // const imgUrl = "http://10.101.5.98:8080/"; // const mapUrl = "http://10.101.5.98:8085/"; // const BASE_URL = "http://10.101.5.98/yssh/"; // const jsonUrl = "http://10.101.5.98:8080"; // const getTokenUrl = "http://10.101.5.98:8080/gettoken"; const videoJS = "config/燕山石化系统功能展示.mp4"; const SMvideoJS = "config/系统说明.mp4"; //二维热力图半径 const radius = 10; //报警风场粒子 const BJFC = { Density: 25, Speed: 8500, Length: 35000, }; //普通风场粒子 const FC = { Density: 8, Speed: 5000, };