|
|
@@ -60,7 +60,7 @@ onMounted(async () => {
|
|
|
// store.dispatch(`app/${SET_USER_CUR_ROLE}`, curRole);
|
|
|
store.dispatch(`app/${SET_USER_CUR_ROLE}`, roles[roles.length - 1]);
|
|
|
}
|
|
|
- await getFarmList();
|
|
|
+ // await getFarmList();
|
|
|
localStorage.setItem("MINI_USER_LOCATION", route.query.point)
|
|
|
localStorage.setItem("MINI_USER_LOCATION_POINT", `POINT(${pointXy[0]} ${pointXy[1]})`)
|
|
|
store.commit("home/SET_MINI_USER_LOCATION", route.query.point);
|