manifest.json 867 Bytes
{
    "name" : "freight-ma",
    "appid" : "__UNI__5A0EDD3",
    "description" : "则一飞牛货主",
    "versionName" : "1.0.0",
    "versionCode" : "100",
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {},
    /* 快应用特有相关 */
    "quickapp" : {},
    /* 小程序特有相关 */
    "mp-weixin" : {
        "appid" : "wxc92a99760d6b0a99",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
            "postcss" : false,
            "minified" : true
        },
        "lazyCodeLoading" : "requiredComponents",
        "usingComponents" : true,
        "permission" : {
            "scope.userLocation" : {
                "desc" : "获取位置信息"
            }
        }
    },
    "mp-alipay" : {
        "usingComponents" : true,
        "component2" : true,
        "appid" : ""
    }
}