shuhao 8 mesi fa
parent
commit
2373217f4a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/fnHeader.vue

+ 1 - 1
src/components/fnHeader.vue

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