|
|
|
|
@ -1,20 +1,20 @@ |
|
|
|
|
{ |
|
|
|
|
"name": "科研医疗建筑运维平台", |
|
|
|
|
"appid": "__UNI__BB25171", |
|
|
|
|
"description": "", |
|
|
|
|
"versionName": "1.0.2", |
|
|
|
|
"versionCode": 1, |
|
|
|
|
"transformPx": false, |
|
|
|
|
"app-plus": { |
|
|
|
|
"nvueCompiler": "uni-app", |
|
|
|
|
"compilerVersion": 3, |
|
|
|
|
"modules": { |
|
|
|
|
"Geolocation": {}, |
|
|
|
|
"Maps": {} |
|
|
|
|
"name" : "科研医疗建筑运维平台", |
|
|
|
|
"appid" : "__UNI__BB25171", |
|
|
|
|
"description" : "", |
|
|
|
|
"versionName" : "1.0.2", |
|
|
|
|
"versionCode" : 1, |
|
|
|
|
"transformPx" : false, |
|
|
|
|
"app-plus" : { |
|
|
|
|
"nvueCompiler" : "uni-app", |
|
|
|
|
"compilerVersion" : 3, |
|
|
|
|
"modules" : { |
|
|
|
|
"Geolocation" : {}, |
|
|
|
|
"Maps" : {} |
|
|
|
|
}, |
|
|
|
|
"distribute": { |
|
|
|
|
"android": { |
|
|
|
|
"permissions": [ |
|
|
|
|
"distribute" : { |
|
|
|
|
"android" : { |
|
|
|
|
"permissions" : [ |
|
|
|
|
"<uses-feature android:name=\"android.hardware.camera\"/>", |
|
|
|
|
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
|
|
|
|
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>", |
|
|
|
|
@ -37,101 +37,98 @@ |
|
|
|
|
"<uses-permission android:name=\"android.permission.LOCATION\"/>", |
|
|
|
|
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>" |
|
|
|
|
], |
|
|
|
|
"minSdkVersion": 19, |
|
|
|
|
"targetSdkVersion": 28 |
|
|
|
|
"minSdkVersion" : 19, |
|
|
|
|
"targetSdkVersion" : 28 |
|
|
|
|
}, |
|
|
|
|
"ios": { |
|
|
|
|
"privacyDescription": { |
|
|
|
|
"NSLocationWhenInUseUsageDescription": "", |
|
|
|
|
"NSLocationAlwaysUsageDescription": "", |
|
|
|
|
"NSLocationAlwaysAndWhenInUseUsageDescription": "" |
|
|
|
|
"ios" : { |
|
|
|
|
"privacyDescription" : { |
|
|
|
|
"NSLocationWhenInUseUsageDescription" : "", |
|
|
|
|
"NSLocationAlwaysUsageDescription" : "", |
|
|
|
|
"NSLocationAlwaysAndWhenInUseUsageDescription" : "" |
|
|
|
|
}, |
|
|
|
|
"idfa": false, |
|
|
|
|
"UIBackgroundModes": "audio,location", |
|
|
|
|
"dSYMs": false |
|
|
|
|
"idfa" : false, |
|
|
|
|
"UIBackgroundModes" : "audio,location", |
|
|
|
|
"dSYMs" : false |
|
|
|
|
}, |
|
|
|
|
"sdkConfigs": { |
|
|
|
|
"ad": {}, |
|
|
|
|
"push": { |
|
|
|
|
"unipush": {} |
|
|
|
|
"sdkConfigs" : { |
|
|
|
|
"ad" : {}, |
|
|
|
|
"push" : { |
|
|
|
|
"unipush" : {} |
|
|
|
|
}, |
|
|
|
|
"maps": { |
|
|
|
|
"amap": { |
|
|
|
|
"name": "amapAjPJDZFvd", |
|
|
|
|
"appkey_ios": "a9632baa2c4ae13a34c1fb265dda41f5", |
|
|
|
|
"appkey_android": "a9632baa2c4ae13a34c1fb265dda41f5" |
|
|
|
|
"maps" : { |
|
|
|
|
"amap" : { |
|
|
|
|
"name" : "amapAjPJDZFvd", |
|
|
|
|
"appkey_ios" : "a9632baa2c4ae13a34c1fb265dda41f5", |
|
|
|
|
"appkey_android" : "a9632baa2c4ae13a34c1fb265dda41f5" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"geolocation": { |
|
|
|
|
"system": { |
|
|
|
|
"__platform__": [ |
|
|
|
|
"ios", |
|
|
|
|
"android" |
|
|
|
|
] |
|
|
|
|
"geolocation" : { |
|
|
|
|
"system" : { |
|
|
|
|
"__platform__" : [ "ios", "android" ] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"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" |
|
|
|
|
"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" |
|
|
|
|
"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" |
|
|
|
|
"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": {} |
|
|
|
|
"nativePlugins" : {} |
|
|
|
|
}, |
|
|
|
|
"compatible": { |
|
|
|
|
"runtimeVersion": "2.9.2", |
|
|
|
|
"compilerVersion": "2.9.5", |
|
|
|
|
"ignoreVersion": true |
|
|
|
|
"compatible" : { |
|
|
|
|
"runtimeVersion" : "2.9.2", |
|
|
|
|
"compilerVersion" : "2.9.5", |
|
|
|
|
"ignoreVersion" : true |
|
|
|
|
}, |
|
|
|
|
//"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 |
|
|
|
|
"quickapp": {}, |
|
|
|
|
"mp-weixin": { |
|
|
|
|
"appid": "wx81368cd255de5182", |
|
|
|
|
"setting": { |
|
|
|
|
"urlCheck": true, |
|
|
|
|
"minified": true |
|
|
|
|
"quickapp" : {}, |
|
|
|
|
"mp-weixin" : { |
|
|
|
|
"appid" : "wx81368cd255de5182", |
|
|
|
|
"setting" : { |
|
|
|
|
"urlCheck" : true, |
|
|
|
|
"minified" : true |
|
|
|
|
}, |
|
|
|
|
"lazyCodeLoading": "requiredComponents", |
|
|
|
|
"optimization": { |
|
|
|
|
"subPackages": true |
|
|
|
|
"lazyCodeLoading" : "requiredComponents", |
|
|
|
|
"optimization" : { |
|
|
|
|
"subPackages" : true |
|
|
|
|
}, |
|
|
|
|
"permission": {} |
|
|
|
|
"permission" : {} |
|
|
|
|
}, |
|
|
|
|
"h5": { |
|
|
|
|
"sdkConfigs": { |
|
|
|
|
"maps": { |
|
|
|
|
"amap": { |
|
|
|
|
"key": "a35a37c732890b60c4ff0aadd318d0aa", |
|
|
|
|
"securityJsCode": "7b6d007df2a0d16719b34ec5b7fce504", |
|
|
|
|
"serviceHost": "" |
|
|
|
|
"h5" : { |
|
|
|
|
"sdkConfigs" : { |
|
|
|
|
"maps" : { |
|
|
|
|
"amap" : { |
|
|
|
|
"key" : "a35a37c732890b60c4ff0aadd318d0aa", |
|
|
|
|
"securityJsCode" : "7b6d007df2a0d16719b34ec5b7fce504", |
|
|
|
|
"serviceHost" : "" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|