zhuguifei
昨天 7941623b1fb108a154ea4270d7c7e2df6031f6e5
manifest.json
@@ -8,6 +8,11 @@
    "sassImplementationName" : "node-sass",
    /* 5+App特有相关 */
    "app-plus" : {
        "compatible" : {
            "ignoreVersion" : true
        },
        // "runtimeVersion": "4.75",   // 如果需要指定兼容的运行环境版本,可以取消注释并修改
        // "compilerVersion": "4.75"   // 如果需要指定编译器版本,可以取消注释并修改
        "usingComponents" : true,
        "nvueStyleCompiler" : "uni-app",
        "compilerVersion" : 3,
@@ -18,9 +23,7 @@
            "delay" : 0
        },
        /* 模块配置 */
        "modules" : {
            "Push" : {}
        },
        "modules" : {},
        /* 应用发布信息 */
        "distribute" : {
            /* android打包配置 */
@@ -55,11 +58,7 @@
                    "unipush" : {
                        "icons" : {
                            "small" : {
                                "ldpi" : "static/logo.png",
                                "mdpi" : "static/logo.png",
                                "hdpi" : "static/logo.png",
                                "xhdpi" : "static/logo.png",
                                "xxhdpi" : "static/logo.png"
                                "hdpi" : "static/logo.png"
                            }
                        }
                    }
@@ -120,12 +119,14 @@
            "minified" : true
        },
        "usingComponents" : true,
        "lazyCodeLoading" : "requiredComponents", // 启用按需注入
        "unipush" : {
            "enable" : false
        },
        "optimization" : {
            "subPackages" : true
        }
        },
        "runmode" : "liberate"
    },
    "mp-alipay" : {
        "usingComponents" : true