|
|
@@ -108,6 +108,8 @@ const getGardenList = () => {
|
|
|
console.log('userInfo', userInfo);
|
|
|
if(userInfo.userName === "游客"){
|
|
|
options.value = [{name: "柏桥村",organId:80865, wkt: "POINT(111.010804321 21.7759452836)"}]
|
|
|
+ }else if(userInfo.userName === "LBY"){
|
|
|
+ options.value = [{name: "荔枝博览园",organId:766, wkt: "POINT(113.61702297075017 23.584863449735067)"}]
|
|
|
}else{
|
|
|
VE_API.home.userGarden(params).then((res) => {
|
|
|
// options.value = res.data;
|