2020年7月9日
摘要: 高德地图开放平台: https://lbs.amap.com/api/javascript-api/guide/abc/prepare 1. 在index.html中引入高德地图,并替换key值 <script src="https://webapi.amap.com/maps?v=1.3&key= 阅读全文
posted @ 2020-07-09 16:41 活在当下zql 阅读(419) 评论(0) 推荐(0)
摘要: 1. 在utils下面新建websocket.js class WebsocketConn { constructor(url, cb) { this.cb = cb; this.url = url this.ws = null; this.lockReconnect = false; //避免ws 阅读全文
posted @ 2020-07-09 14:25 活在当下zql 阅读(951) 评论(0) 推荐(0)