随笔分类 -  开发记录汇总

开发记录汇总
摘要:推送过来的点击为显示未采集点位信息,然而点击右上角是可以定位的 是因为推送过来的数据 monitoringObject没有值,而右上角返回的数据里面的monitoringObject是有值的 阅读全文
posted @ 2021-09-28 20:52 有梦想的前端er 阅读(47) 评论(0) 推荐(0)
摘要:一、gis页页面逻辑 首页:gsindex.html,610行,window.g2 =g2,g2被绑定在了window全局对象上。 gis地图部分:page -> real-time-monitoring -> main.html,对应的js分别为:monitorCrud.js、monitorMai 阅读全文
posted @ 2020-12-28 15:14 有梦想的前端er 阅读(104) 评论(0) 推荐(0)
摘要:let _data0 = res.data.data[0]; if(_data0.children.length>0 && _data0.resType != "2"){ let _data1 = _data0.children[0]; if(_data1.children.length>0 && 阅读全文
posted @ 2020-08-11 10:05 有梦想的前端er 阅读(209) 评论(0) 推荐(0)
摘要:一、This may cause things to work incorrectly. Make sure to use the same version for both. 原因:版本不统一 解决办法:删除node_models文件夹和package-lock.json文件,重新 npm ins 阅读全文
posted @ 2020-04-02 10:31 有梦想的前端er 阅读(2116) 评论(0) 推荐(0)