摘要: 1 <template> 2 <div> 3 <div id="map"></div> 4 </div> 5 </template> 6 7 <script> 8 import 'ol/ol.css' 9 import Map from 'ol/Map' 10 import Stamen from 阅读全文
posted @ 2020-11-19 16:23 yw3692582 阅读(1231) 评论(0) 推荐(0)
摘要: initWebSocket() { //初始化websocket let wsuri = 'ws地址' this.ws = new WebSocket(wsuri) this.ws.onmessage = this.websocketonmessage this.ws.onopen = this.w 阅读全文
posted @ 2020-11-19 09:10 yw3692582 阅读(2042) 评论(0) 推荐(0)