调整特殊人群选择网格

This commit is contained in:
2022-05-04 21:46:00 +08:00
parent 4ea990fbe0
commit 9df06c08cf
2 changed files with 10 additions and 30 deletions

View File

@@ -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(() => {