{ "name" : "工程档案系统", "appid" : "__UNI__0EF1366", "description" : "奉建工程系统", "versionName" : "1.3.7", "versionCode" : 137, "transformPx" : false, "networkTimeout" : { "request" : 600000 //十分钟请求超时 }, "app-plus" : { "usingComponents" : true, "compilerVersion" : 3, "compatible" : { "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 }, /* 5+App特有相关 */ "modules" : { "VideoPlayer" : {}, "Push" : {}, "Camera" : {} }, /* 模块配置 */ "distribute" : { /* 应用发布信息 */ "android" : { /* android打包配置 */ "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ] }, "ios" : { "privacyDescription" : { "NSPhotoLibraryUsageDescription" : "\"工程系统\"应用需要获取设备上的照片权限,用于更换用户头像或影音资料,请允许。", "NSPhotoLibraryAddUsageDescription" : "\"工程系统\"应用需要获取设备上的照片权限,用于更换用户头像或影音资料,请允许。", "NSCameraUsageDescription" : "\"工程系统\"应用需要获取设备上的摄像头权限,用于影音资料,请允许。", "NSAppleMusicUsageDescription" : "\"工程系统\"应用需要获取设备上的媒体资料库权限,用于影音资料,请允许。" }, "idfa" : false, "dSYMs" : false }, /* ios打包配置 */ "sdkConfigs" : { "ad" : {}, "maps" : {}, "push" : { "unipush" : {} } }, "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" } } }, "splashscreen" : { "android" : { "hdpi" : "static/logo/480_762.png", "xhdpi" : "static/logo/720_1242.png", "xxhdpi" : "static/logo/1080_1882.png" }, "ios" : { "iphone" : { "portrait-896h@3x" : "static/ios/1242_2688.png", "landscape-896h@3x" : "", "portrait-896h@2x" : "static/ios/828_1792.png", "landscape-896h@2x" : "", "iphonex" : "static/ios/1125_2436.png", "iphonexl" : "", "retina55" : "static/ios/1242_2208.png", "retina55l" : "", "retina47" : "static/ios/750_1334.png", "retina47l" : "", "retina40" : "static/ios/642_1136.png", "retina40l" : "", "retina35" : "static/ios/640_960.png" }, "storyboard" : "/Users/zaizai/我的文件/工作项目/hczc/文档资料/app相关/老app/hzczxx@aliyun(7).com/CustomStoryboard/CustomStoryboard.zip" }, "iosStyle" : "storyboard" } }, "splashscreen" : { "waiting" : false, "autoclose" : true, "alwaysShowBeforeRender" : true, "delay" : 3000 } }, /* SDK配置 */ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { /* 小程序特有相关 */ "appid" : "", "setting" : { "urlCheck" : true }, "usingComponents" : true }, "h5" : { "devServer" : { "https" : false, "port" : 8081, //app端口号 "proxy" : { //解决跨域请求报错 "/api" : { "target" : "http://114.117.240.184:88/", //奉建路 //"target" : "http://192.168.0.206/", //测试 "changeOrigin" : true, //是否跨域 "secure" : false, // 设置支持https协议的代理 "pathRewrite" : { "^/api" : "" } //移动端接口为/api才使用代理,然后把/api替换成"" } } }, "sdkConfigs" : { "maps" : {} }, "router" : { "base" : "./", "mode" : "hash" }, "title" : "智慧工程" } } // "target" : "http://192.168.3.142:8080", //请求的后端url /* "target" : "http://192.168.0.106:8080", //请求的后端url *///请求的后端url /* "target" : "http://192.168.0.106:8080", //请求的后端url *//* "target" : "http://112.126.62.201", //请求的后端url *///请求的后端url //是否跨域 // 设置支持https协议的代理