Files
cashier-web/src/utils/mapLoadUtil.ts

11 lines
317 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { initAMapApiLoader } from "@vuemap/vue-amap";
export function initMapLoad() {
initAMapApiLoader({
key: "6033c97e67bf2e9ceac306e1a3fa35f8",
securityJsCode: "0547b69252ef0ed14e11f5c4ac152f07",
//Loca:{
// version: '2.0.0'
//} // 如果需要使用loca组件库需要加载Loca
});
}