sjz
2025-02-19 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69
manifest.json
@@ -1,9 +1,9 @@
{
    "name" : "MES",
    "appid" : "__UNI__48029C9",
    "name" : "MES-APP",
    "appid" : "__UNI__B4F2AE9",
    "description" : "",
    "versionName" : "1.1.0",
    "versionCode" : "100",
    "versionName" : "1.2.3",
    "versionCode" : 101,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
@@ -19,11 +19,11 @@
        /* 模块配置 */
        "modules" : {
            "Camera" : {},
            "Barcode" : {},
            "Bluetooth" : {},
            "Geolocation" : {},
            "Maps" : {},
            "Messaging" : {}
            "Messaging" : {},
            "Barcode" : {}
        },
        /* 应用发布信息 */
        "distribute" : {
@@ -49,7 +49,7 @@
                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
                    "<uses-permission android:name=\"android.permission.WRITE_SMS\"/>"
                ],
                "abiFilters" : [ "armeabi-v7a", "x86" ]
                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
            },
            /* ios打包配置 */
            "ios" : {
@@ -90,6 +90,21 @@
    "mp-toutiao" : {
        "usingComponents" : true
    },
    "h5" : {
        "devServer" : {
            "https" : false,
            "proxy" : {
                "/api" : {
                    "target" : "http://192.168.0.98:808",
                    "changeOrigin" : true,
                    "secure" : false,
                    "pathRewrite" : {
                        "^/api" : ""
                    }
                }
            }
        }
    },
    "uniStatistics" : {
        "enable" : false
    },