摘要: 新建map.ts文件 declare const AMap: any; export const MapLoader = () => { return new Promise((resolve, reject) => { if (AMap) { resolve(AMap); } // window. 阅读全文
posted @ 2023-11-22 15:22 幻影之舞 阅读(2040) 评论(0) 推荐(0)