|
|
@@ -107,7 +107,7 @@ const getGardenList = () => {
|
|
|
};
|
|
|
console.log('userInfo', userInfo);
|
|
|
if(userInfo.userName === "游客"){
|
|
|
- options.value = [{name: "湛江荔枝先生",organId:26196, wkt: "POINT(110.4909544 21.4152538)"}]
|
|
|
+ options.value = [{name: "柏桥村",organId:80865, wkt: "POINT(111.010804321 21.7759452836)"}]
|
|
|
}else{
|
|
|
VE_API.home.userGarden(params).then((res) => {
|
|
|
// options.value = res.data;
|