MrShi
2024-01-16 c824e3bcb34f8b6f3c1435ddca91130367dc3729
h5/manifest.json
@@ -58,12 +58,12 @@
            "minified" : true
        },
        "usingComponents" : true,
      "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
      "permission" : {
          "scope.userLocation" : {
              "desc" : "用于获取周边房源位置"
          }
      }
        "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
        "permission" : {
            "scope.userLocation" : {
                "desc" : "用于获取周边房源位置"
            }
        }
    },
    "mp-alipay" : {
        "usingComponents" : true
@@ -77,5 +77,11 @@
    "uniStatistics" : {
        "enable" : false
    },
    "vueVersion" : "2"
    "vueVersion" : "2",
    "h5" : {
        "router" : {
            "mode" : "hash",
            "base" : "/hsvisit_h5/"
        }
    }
}