MrShi
昨天 39fc2d6754953e41a7334a2166347baacfcfb40a
h5/manifest.json
@@ -1,10 +1,11 @@
{
    "name" : "laborVisitors",
    "appid" : "__UNI__BCCF400",
    "appid" : "__UNI__91B8BB7",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
    "transformPx" : false,
   "sassImplementationName": "node-sass",
    /* 5+App特有相关 */
    "app-plus" : {
        "usingComponents" : true,
@@ -125,14 +126,15 @@
            "historyApiFallback" : true,
            "disableHostCheck" : true,
            "proxy" : {
                "/admin_interface" : {
                "/zhyq_interface" : {
                    // 这个字段名需与你配置的basePrefixUrl一致,系统识别到带有/dev-api请求的地址时,会在前面拼接上代理服务器地址
                    // "target" : "http://172.20.10.7:10010", // 代理服务器域名或IP地址
                    // "target" : "http://192.168.0.100:10010", // 代理服务器域名或IP地址
                    "target" : "http://10.50.250.253:8088/gateway_interface", // 代理服务器域名或IP地址
                    // "target" : "http://192.168.0.102:10010", // 代理服务器域名或IP地址
                    // "target" : "http://10.50.250.253:8088/gateway_interface", // 代理服务器域名或IP地址
                    "target" : "https://atwl.ahzyssl.com/zhyq_interface", // 代理服务器域名或IP地址
                    "changeOrigin" : true, // 允许跨域 
                    "pathRewrite" : {
                        "^/admin_interface" : ""
                        "^/zhyq_interface" : ""
                    }
                }
            },
@@ -141,11 +143,12 @@
        "sdkConfigs" : {
            "maps" : {
                "amap" : {
                    "key" : "d9a554b1808ce10a12a932ed9b0db1d0",
                    "key" : "96b8d96e645290f1de14f5229ee030e4",
                    "securityJsCode" : "",
                    "serviceHost" : ""
                }
            }
        }
        },
        "title" : "h5"
    }
}