修复地图搜索不展示搜索结果问题

This commit is contained in:
2025-02-12 15:00:13 +08:00
parent c37166e38c
commit 0e3759b34d
5 changed files with 25 additions and 30 deletions

View File

@@ -17,6 +17,7 @@ import { initAMapApiLoader } from "@vuemap/vue-amap";
import "@vuemap/vue-amap/dist/style.css";
initAMapApiLoader({
key: "6033c97e67bf2e9ceac306e1a3fa35f8",
securityJsCode: "0547b69252ef0ed14e11f5c4ac152f07",
});
const app = createApp(App);