k94314517
2024-05-10 a4d4a7c8db6cbd2ca9e395fa2a194631db204a1a
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,24 @@
    "uniStatistics" : {
        "enable" : false
    },
    "vueVersion" : "2"
    "vueVersion" : "2",
    "h5" : {
        "router" : {
            "mode" : "hash",
            "base" : "/"
            // "base" : "/h5/"
        },
      "devServer" : {
         "port": 8090,
         "proxy" : {
            "/api" : {  // 这个字段名需与你配置的basePrefixUrl一致,系统识别到带有/dev-api请求的地址时,会在前面拼接上代理服务器地址
               "target" : "http://192.168.0.150:10010", // 代理服务器域名或IP地址
               "changeOrigin" : true, // 允许跨域
               "pathRewrite" : {
                  "^/api" : ""  // 重写地址,如果实际接口中是不带/dev-api,需要将这个前缀置空,因为这个前缀只是为了识别用,识别完之后就没用了
               }
            }
         }
      }
    }
}