地图默认中心点埋点
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user