From 806c16412a337c55446524a07da5b7489bbabf73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E6=BE=B3?= Date: Tue, 31 Mar 2026 15:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E6=88=90=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=BA=95=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/App.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/App.vue b/frontend/App.vue index 6b8767e..3df7a7d 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -268,8 +268,9 @@ function initMap() { attributionControl: false }) - L.tileLayer('/tiles/tiles/1.0.0/carto_light/EPSG3857/{z}/{x}/{y}.png', { - maxZoom: 18 + L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', { + maxZoom: 18, + subdomains: 'abcd' }).addTo(map) L.control.attribution({ prefix: false, position: 'bottomright' })