| | |
| | | "versionName" : "1.0.0", |
| | | "versionCode" : "100", |
| | | "transformPx" : false, |
| | | "sassImplementationName" : "node-sass", |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | | "compatible" : { |
| | | "ignoreVersion" : true |
| | | }, |
| | | // "runtimeVersion": "4.75", // 如果需要指定兼容的运行环境版本,可以取消注释并修改 |
| | | // "compilerVersion": "4.75" // 如果需要指定编译器版本,可以取消注释并修改 |
| | | "usingComponents" : true, |
| | | "nvueStyleCompiler" : "uni-app", |
| | | "compilerVersion" : 3, |
| | |
| | | "delay" : 0 |
| | | }, |
| | | /* 模块配置 */ |
| | | "modules" : { |
| | | "Push" : {} |
| | | }, |
| | | "modules" : {}, |
| | | /* 应用发布信息 */ |
| | | "distribute" : { |
| | | /* android打包配置 */ |
| | |
| | | "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" |
| | | } |
| | | } |
| | | } |
| | |
| | | "quickapp" : {}, |
| | | /* 小程序特有相关 */ |
| | | "mp-weixin" : { |
| | | "appid" : "wx8aa7310d86d0b80d", |
| | | "appid" : "wxe6f8a31c3df63a20", |
| | | "setting" : { |
| | | "urlCheck" : true, |
| | | "es6" : true, |
| | |
| | | "minified" : true |
| | | }, |
| | | "usingComponents" : true, |
| | | "lazyCodeLoading" : "requiredComponents", // 启用按需注入 |
| | | "unipush" : { |
| | | "enable" : false |
| | | }, |
| | | "optimization" : { |
| | | "subPackages" : true |
| | | } |
| | | }, |
| | | "runmode" : "liberate" |
| | | }, |
| | | "mp-alipay" : { |
| | | "usingComponents" : true |