增加版本管理页面,修改店铺添加地图组件使用

This commit is contained in:
2025-02-14 09:17:34 +08:00
parent 0e3759b34d
commit dda2f32ccc
36 changed files with 2486 additions and 318 deletions

10
src/utils/mapLoadUtil.ts Normal file
View File

@@ -0,0 +1,10 @@
import { initAMapApiLoader } from "@vuemap/vue-amap";
export function initMapLoad() {
initAMapApiLoader({
key: "6033c97e67bf2e9ceac306e1a3fa35f8",
securityJsCode: "0547b69252ef0ed14e11f5c4ac152f07",
//Loca:{
// version: '2.0.0'
//} // 如果需要使用loca组件库需要加载Loca
});
}