浏览代码

页面调整

shuhao 7 月之前
父节点
当前提交
886782d36c
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;