From 610a47b4bdfd4970b33d1af73d62b81f7fcdf97f Mon Sep 17 00:00:00 2001 From: hym Date: Thu, 25 Dec 2025 16:48:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8A=A0=E8=BD=BD=E7=B2=BE?= =?UTF-8?q?=E7=81=B5=E5=9B=BE=E7=89=87=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/home.vue b/src/views/home.vue index 828e0cd..0242ccb 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -240,7 +240,7 @@ import { } from '@/utils/common' import { loadVectorLayer } from '@/utils/vector-layer-utils' import { ColorGenerator } from '@/utils/color-generator'; -import { handleWheel } from "@/utils/mapbox-utils"; +import { handleWheel, initSprites } from "@/utils/mapbox-utils"; const Cesium = window.Cesium @@ -415,6 +415,7 @@ export default { Vue.config.maps["home"] = map; handleWheel("home"); + initSprites("home") map.on('load', () => { // 加载海岸线