{ "name" : "三朵蘭瑜伽", "appid" : "__UNI__4060561", "description" : "三朵蘭瑜伽", "versionName" : "1.0.10", "versionCode" : 1010, "transformPx" : false, "app-plus" : { "flexible" : true, // APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭 "optimization" : { "subPackages" : true, "runmode" : "liberate" // 开启分包优化后,必须配置资源释放模式 }, "safearea" : { "bottom" : { "offset" : "none" } }, "compatible" : { "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 }, "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, "autoclose" : true, "delay" : 0 }, "usingComponents" : true, "nvueCompiler" : "uni-app", "compilerVersion" : 3, "modules" : { "Speech" : {}, "VideoPlayer" : {}, "Camera" : {}, "Barcode" : {}, "Payment" : {}, "Record" : {}, "Geolocation" : {}, "Maps" : {}, "OAuth" : {} }, /* 横竖屏设置 */ "screenOrientation" : [ "portrait-primary", "landscape-primary" ], "distribute" : { "screenOrientation" : [ "portrait-primary", "landscape-primary" ], "android" : { "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ] }, "ios" : { "privacyDescription" : { "NSPhotoLibraryUsageDescription" : "需要访问相册上传咨询照片。", "NSPhotoLibraryAddUsageDescription" : "请允许本应用保存咨询图片到相册。", "NSCameraUsageDescription" : "拍摄照片或者视频上传对话资料。", "NSMicrophoneUsageDescription" : "此应用需要访问您的麦克风。", "NSLocationWhenInUseUsageDescription" : "请允许获取位置以便记录你当前的位置获取你的发货地址。", "NSLocationAlwaysUsageDescription" : "请允许获取位置以便记录你当前的位置。", "NSLocationAlwaysAndWhenInUseUsageDescription" : "请允许获取位置以便记录你当前的位置。" }, "dSYMs" : false, "idfa" : false }, //,"idfa" : true "sdkConfigs" : { "ad" : {}, "speech" : { "ifly" : {} }, "push" : {}, "payment" : { "alipay" : { "__platform__" : [ "ios", "android" ] } }, "geolocation" : { "amap" : { "name" : "amapC3ZVrznQc", "__platform__" : [ "android" ], "appkey_ios" : "", "appkey_android" : "f2e79a46af6f940428350d977bdfae4d" }, "system" : { "__platform__" : [ "ios", "android" ] } }, "maps" : { "amap" : { "name" : "amapCmiOEDcOx", "appkey_ios" : "f2e79a46af6f940428350d977bdfae4d", "appkey_android" : "f2e79a46af6f940428350d977bdfae4d" } }, "oauth" : { "univerify" : {} } }, "icons" : { "android" : { "hdpi" : "unpackage/res/icons/72x72.png", "xhdpi" : "unpackage/res/icons/96x96.png", "xxhdpi" : "unpackage/res/icons/144x144.png", "xxxhdpi" : "unpackage/res/icons/192x192.png" }, "ios" : { "appstore" : "unpackage/res/icons/1024x1024.png", "ipad" : { "app" : "unpackage/res/icons/76x76.png", "app@2x" : "unpackage/res/icons/152x152.png", "notification" : "unpackage/res/icons/20x20.png", "notification@2x" : "unpackage/res/icons/40x40.png", "proapp@2x" : "unpackage/res/icons/167x167.png", "settings" : "unpackage/res/icons/29x29.png", "settings@2x" : "unpackage/res/icons/58x58.png", "spotlight" : "unpackage/res/icons/40x40.png", "spotlight@2x" : "unpackage/res/icons/80x80.png" }, "iphone" : { "app@2x" : "unpackage/res/icons/120x120.png", "app@3x" : "unpackage/res/icons/180x180.png", "notification@2x" : "unpackage/res/icons/40x40.png", "notification@3x" : "unpackage/res/icons/60x60.png", "settings@2x" : "unpackage/res/icons/58x58.png", "settings@3x" : "unpackage/res/icons/87x87.png", "spotlight@2x" : "unpackage/res/icons/80x80.png", "spotlight@3x" : "unpackage/res/icons/120x120.png" } } } }, "nativePlugins" : {} }, "quickapp" : {}, "mp-weixin" : { "appid" : "", "setting" : { "urlCheck" : false, "es6" : true, "minified" : true, "postcss" : true }, "optimization" : { "subPackages" : true }, "usingComponents" : true, "lazyCodeLoading" : "requiredComponents", "permission" : {} }, "mp-alipay" : { "usingComponents" : true, "component2" : true, "appid" : "" }, "mp-qq" : { "optimization" : { "subPackages" : true }, "appid" : "" }, "mp-baidu" : { "usingComponents" : true, "appid" : "" }, "mp-toutiao" : { "usingComponents" : true, "appid" : "" }, "networkTimeout" : { "uploadFile" : 1200000 //ms, 如果不配置,上传大文件可能会超时 }, "orientation" : [ "portrait-primary", "portrait-secondary", "landscape-primary", "landscape-secondary" ], "h5" : { // h5跨域配置 "devServer" : { "port" : 8080, "disableHostCheck" : true, //禁用 Host 检查 "proxy" : { "/apis" : { "target" : "https://www.sanduolantoyoga.com", "changeOrigin" : true, "secure" : false, "pathRewrite" : { "^/apis" : "" } } } } }, "vueVersion" : "2" }