Browse Source

页面调整

shuhao 7 months ago
parent
commit
886782d36c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/fnHeader.vue

+ 2 - 0
src/components/fnHeader.vue

@@ -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;