地图默认中心点埋点

This commit is contained in:
aixianling
2021-12-27 10:07:15 +08:00
parent 638a84ca0e
commit 2cb95465e8
3 changed files with 41 additions and 44 deletions

View File

@@ -32,5 +32,8 @@ const app = new Vue({
store,
...App
});
store.dispatch("agentSign").then(config => {
store.commit("getConfig", {...config, latlng: [config.lat, config.lng]})
app.$mount();
})
app.$mount();