wlzboy
1 天以前 08f95b2f159b56fa3bd4f4b348855989de8aa456
app/manifest.json
@@ -1,5 +1,5 @@
{
    "name" : "若依移动端",
    "name" : "调度系统",
    "appid" : "__UNI__25A9D80",
    "description" : "",
    "versionName" : "1.1.0",
@@ -41,17 +41,33 @@
    },
    "quickapp" : {},
    "mp-weixin" : {
        "appid" : "wxccd7e2a0911b3397",
        "appid" : "wx40692cc44953a8cb",
        "setting" : {
            "urlCheck" : false,
            "es6" : false,
            "minified" : true,
            "postcss" : true
            "postcss" : true,
            "ignoreDevUnusedFiles" : false,
            "ignoreUploadUnusedFiles" : false
        },
        "optimization" : {
            "subPackages" : true
        },
        "usingComponents" : true
        "usingComponents" : true,
        "sdkConfigs" : {
            "maps" : {
                "tencent" : {
                    "appkey" : "6YVBZ-ZJDLQ-JMY5F-BR7XG-H3TAV-C3FXC"
                }
            }
        },
        "permission" : {
            "scope.userLocation" : {
                "desc" : "需要自动获得当前用户位置,以判断司机是否在常驻地还是在目的地"
            }
        },
        "cloudfunctionRoot" : "",
        "lazyCodeLoading" : "requiredComponents"
    },
    "vueVersion" : "2",
    "h5" : {
@@ -60,10 +76,19 @@
            "port" : 9090,
            "https" : false
        },
        "title" : "RuoYi-App",
        "title" : "广东民航小程序",
        "router" : {
            "mode" : "hash",
            "base" : "./"
        },
        "sdkConfigs" : {
            "maps" : {
                "tencent" : {
                    "appkey" : "6YVBZ-ZJDLQ-JMY5F-BR7XG-H3TAV-C3FXC",
                    "key" : "6YVBZ-ZJDLQ-JMY5F-BR7XG-H3TAV-C3FXC"
                }
            }
        }
    }
    },
    "fallbackLocale" : "zh-Hans"
}