From c215fbcefbd6e2f70cc440aded6b2874047275a5 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Thu, 17 Apr 2025 10:08:50 +0800 Subject: [PATCH] feature/threejs --- src/lib/AmapViewer/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/AmapViewer/index.ts b/src/lib/AmapViewer/index.ts index 49a7747..02ea074 100644 --- a/src/lib/AmapViewer/index.ts +++ b/src/lib/AmapViewer/index.ts @@ -41,7 +41,6 @@ export default class AmapViewer { jsapi.src = url; document.head.appendChild(jsapi); jsapi.onload = () => { - console.log(1111, AMap) this.initMap(); }; jsapi.onerror = function () {