#
whycq
2024-12-13 2e76111bcc9f0b93fb2f7d16fe142ed19ffa77e2
Monitor-APP/manifest.json
@@ -2,9 +2,12 @@
    "name" : "Monitor-APP",
    "appid" : "__UNI__CA903B7",
    "description" : "",
    "versionName" : "1.0.1",
    "versionCode" : "100",
    "versionName" : "1.0.2",
    "versionCode" : 103,
    "transformPx" : false,
    "networkTimeout" : {
        "request" : 30000
    },
    /* 5+App特有相关 */
    "app-plus" : {
        "usingComponents" : true,
@@ -41,7 +44,9 @@
                ]
            },
            /* ios打包配置 */
            "ios" : {},
            "ios" : {
                "dSYMs" : false
            },
            /* SDK配置 */
            "sdkConfigs" : {
                "ad" : {}
@@ -102,5 +107,11 @@
    "uniStatistics" : {
        "enable" : false
    },
    "vueVersion" : "2"
    "vueVersion" : "2",
    "h5" : {
        "router" : {
            "mode" : "hash",
            "base" : "./"
        }
    }
}