调整特殊人群选择网格
This commit is contained in:
@@ -34,12 +34,12 @@ const app = new Vue({
|
||||
store,
|
||||
...App
|
||||
});
|
||||
// app.$mount();
|
||||
app.$mount();
|
||||
store.dispatch("agentSign").then(config => {
|
||||
const init = (c = 0) => {
|
||||
if (config) {
|
||||
store.commit("getConfig", {...config, latlng: [config.lat, config.lng]})
|
||||
app.$mount();
|
||||
// app.$mount();
|
||||
} else {
|
||||
if (c < 5) {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user