| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "name" : "custom",
- "appid" : "__UNI__F860CDD",
- "description" : "彩虹定向APP内客户定制样式页面",
- "versionName" : "1.1.0",
- "versionCode" : 110,
- "uni-app-x" : {},
- /* 快应用特有相关 */
- "quickapp" : {},
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "",
- "setting" : {
- "urlCheck" : false
- },
- "usingComponents" : true
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "uniStatistics" : {
- "enable" : false
- },
- "vueVersion" : "3",
- "app" : {
- "distribute" : {
- "icons" : {
- "android" : {
- "hdpi" : "",
- "xhdpi" : "",
- "xxhdpi" : "",
- "xxxhdpi" : ""
- }
- }
- }
- },
- "h5" : {
- "router" : {
- "mode" : "hash",
- "base" : "/custom/"
- },
- "optimization" : {
- "treeShaking" : {
- "enable" : true
- }
- }
- }
- }
|