From 521b6b409aed3d47048f2a5f45b975b8e1e59241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=BB=B6=E7=A6=8F?= <> Date: Fri, 8 Sep 2023 15:45:02 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=8D=A2=E6=96=B0=E7=9A=84token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map.component.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map.component.vue b/src/components/map.component.vue index e80d260..61194fd 100644 --- a/src/components/map.component.vue +++ b/src/components/map.component.vue @@ -34,7 +34,7 @@ export default class MapComponent extends Vue { } public initMap(){ - mapboxgl.accessToken = "pk.eyJ1IjoiaGJ0a2owMjUiLCJhIjoiY2xpaW82aXhyMDA4aTN0bGxxaTd6cW01eSJ9.hSz6JnCLRHzHGGZprDc96g"; + mapboxgl.accessToken = "pk.eyJ1IjoiaGJ0a2owMjUiLCJhIjoiY2xtYWFobzgxMHBtbDNkbnpwNXJjZW1xNCJ9.lTnRVhs5R5BJ7lswSDufYQ"; this.map = new mapboxgl.Map({ // accessToken :"pk.eyJ1IjoiMTgzODI0ZHl0IiwiYSI6ImNqbHExNDVjZzI0ZmUza2wxMDhocnlyem4ifQ.FZoJzmqTtli8hAvvAc1OPA", container: this.id,