doum
4 天以前 3c7399c25c0f35c8aa7cb6af1935e31d1a3f0102
h5/manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "laborVisitors",
    "appid" : "__UNI__BCCF400",
    "name" : "阜宁运维系统",
    "appid" : "__UNI__E3BA820",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
@@ -86,7 +86,7 @@
    "quickapp" : {},
    /* 小程序特有相关 */
    "mp-weixin" : {
        "appid" : "wxcd2b89fd2ff065f8",
        "appid" : "wx15dfdae9a19177f3",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
@@ -121,7 +121,7 @@
        },
        // "base" : "/h5/"
        "devServer" : {
                  "open": false,
            "open" : false,
            "port" : 8090,
            "historyApiFallback" : true,
            "disableHostCheck" : true,
@@ -129,9 +129,9 @@
                "/gateway_interface" : {
                    // 这个字段名需与你配置的basePrefixUrl一致,系统识别到带有/dev-api请求的地址时,会在前面拼接上代理服务器地址
                    // "target" : "http://172.20.10.7:10010", // 代理服务器域名或IP地址
                    "target" : "http://192.168.0.163:10010", // 代理服务器域名或IP地址
                    // "target" : "http://192.168.0.163:10010", // 代理服务器域名或IP地址
                    // "target" : "http://10.50.250.253:8088/gateway_interface", // 代理服务器域名或IP地址
                    // "target" : "http://192.168.0.173/gateway_interface", // 代理服务器域名或IP地址
                    "target" : "https://dmtest.ahapp.net/gateway_interface", // 代理服务器域名或IP地址
                    "changeOrigin" : true, // 允许跨域 
                    "pathRewrite" : {
                        "^/gateway_interface" : ""
@@ -141,13 +141,10 @@
            "https" : false
        },
        "sdkConfigs" : {
            "maps" : {
                "amap" : {
                    "key" : "d9a554b1808ce10a12a932ed9b0db1d0",
                    "securityJsCode" : "",
                    "serviceHost" : ""
                }
            }
            "maps" : {}
        },
        "unipush" : {
            "enable" : false
        }
    }
}