manifest.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. {
  2. "name" : "CRMEB标准版",
  3. "appid" : "__UNI__A3F1ED4",
  4. "description" : "CRMEB标准版",
  5. "versionName" : "4.6.0",
  6. "versionCode" : 461,
  7. "transformPx" : false,
  8. /* 5+App特有相关 */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "splashscreen" : {
  13. "alwaysShowBeforeRender" : false,
  14. "waiting" : false,
  15. "autoclose" : true,
  16. "delay" : 0
  17. },
  18. /* 模块配置 */
  19. "modules" : {
  20. "Payment" : {},
  21. "Share" : {},
  22. "VideoPlayer" : {},
  23. "OAuth" : {}
  24. },
  25. "safearea" : {
  26. "bottom" : {
  27. "offset" : "none"
  28. }
  29. },
  30. /* 应用发布信息 */
  31. "distribute" : {
  32. /* android打包配置 */
  33. "android" : {
  34. "permissions" : [
  35. "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
  36. "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
  37. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  38. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  39. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  40. "<uses-permission android:name=\"android.permission.CAPTURE_AUDIO_OUTPUT\"/>",
  41. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  42. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  43. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  44. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  45. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  46. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  47. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  48. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  49. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  50. "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
  51. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  52. ],
  53. "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
  54. "permissionExternalStorage" : {
  55. "request" : "none",
  56. "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  57. },
  58. "permissionPhoneState" : {
  59. "request" : "none" //拨打电话权限关闭
  60. }
  61. },
  62. /* ios打包配置 */
  63. "ios" : {
  64. "capabilities" : {
  65. "entitlements" : {
  66. "com.apple.developer.associated-domains" : [
  67. "applinks:",
  68. "applinks:",
  69. "applinks:",
  70. "applinks:static-679f0930-8f60-425c-9033-8c135f397ea5.bspapp.com"
  71. ]
  72. }
  73. },
  74. "privacyDescription" : {
  75. "NSLocationWhenInUseUsageDescription" : "根据客户地理位置推荐最近门店",
  76. "NSPhotoLibraryUsageDescription" : "上传用户头像保存分享海报",
  77. "NSPhotoLibraryAddUsageDescription" : "上传用户头像保存分享海报",
  78. "NSLocationAlwaysAndWhenInUseUsageDescription" : "根据客户地理位置推荐最近门店",
  79. "NSLocationAlwaysUsageDescription" : "根据客户地理位置推荐最近门店",
  80. "NSCameraUsageDescription" : "上传用户头像保存分享海报"
  81. },
  82. "idfa" : false,
  83. "dSYMs" : false
  84. },
  85. /* SDK配置 */
  86. "sdkConfigs" : {
  87. "payment" : {
  88. "alipay" : {
  89. "__platform__" : [ "ios", "android" ]
  90. },
  91. "weixin" : {
  92. "__platform__" : [ "ios", "android" ],
  93. "appid" : "wx277a269f3d736d67",
  94. "UniversalLinks" : "https://bzapp.crmeb.net/uni-universallinks/__UNI__A3F1ED4/"
  95. }
  96. },
  97. "share" : {
  98. "weixin" : {
  99. "appid" : "wx277a269f3d736d67",
  100. "UniversalLinks" : "https://bzapp.crmeb.net/uni-universallinks/__UNI__A3F1ED4/"
  101. }
  102. },
  103. "push" : {},
  104. "maps" : {
  105. "amap" : {
  106. "appkey_ios" : "aeb768547b9d752891e37e1ca0a2b66d",
  107. "appkey_android" : "41ec5c3f4d110ce02a326210fe147be8"
  108. }
  109. },
  110. "oauth" : {
  111. "apple" : {},
  112. "weixin" : {
  113. "appid" : "wx277a269f3d736d67",
  114. "appsecret" : "bd08741a055c2ecac5826ff1c048464b",
  115. "UniversalLinks" : "https://bzapp.crmeb.net/uni-universallinks/__UNI__A3F1ED4/"
  116. }
  117. },
  118. "ad" : {},
  119. "geolocation" : {
  120. "amap" : {
  121. "__platform__" : [ "ios", "android" ],
  122. "appkey_ios" : "aeb768547b9d752891e37e1ca0a2b66d",
  123. "appkey_android" : "41ec5c3f4d110ce02a326210fe147be8"
  124. }
  125. },
  126. "statics" : {
  127. "google" : {
  128. "config_ios" : "",
  129. "config_android" : ""
  130. }
  131. }
  132. },
  133. "splashscreen" : {
  134. "androidStyle" : "common",
  135. "iosStyle" : "common",
  136. "useOriginalMsgbox" : true
  137. },
  138. "icons" : {
  139. "android" : {
  140. "hdpi" : "unpackage/res/icons/72x72.png",
  141. "xhdpi" : "unpackage/res/icons/96x96.png",
  142. "xxhdpi" : "unpackage/res/icons/144x144.png",
  143. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  144. },
  145. "ios" : {
  146. "appstore" : "unpackage/res/icons/1024x1024.png",
  147. "ipad" : {
  148. "app" : "unpackage/res/icons/76x76.png",
  149. "app@2x" : "unpackage/res/icons/152x152.png",
  150. "notification" : "unpackage/res/icons/20x20.png",
  151. "notification@2x" : "unpackage/res/icons/40x40.png",
  152. "proapp@2x" : "unpackage/res/icons/167x167.png",
  153. "settings" : "unpackage/res/icons/29x29.png",
  154. "settings@2x" : "unpackage/res/icons/58x58.png",
  155. "spotlight" : "unpackage/res/icons/40x40.png",
  156. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  157. },
  158. "iphone" : {
  159. "app@2x" : "unpackage/res/icons/120x120.png",
  160. "app@3x" : "unpackage/res/icons/180x180.png",
  161. "notification@2x" : "unpackage/res/icons/40x40.png",
  162. "notification@3x" : "unpackage/res/icons/60x60.png",
  163. "settings@2x" : "unpackage/res/icons/58x58.png",
  164. "settings@3x" : "unpackage/res/icons/87x87.png",
  165. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  166. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  167. }
  168. }
  169. }
  170. }
  171. },
  172. /* 快应用特有相关 */
  173. "quickapp" : {},
  174. /* 小程序特有相关 */
  175. "mp-weixin" : {
  176. "appid" : "wx1234567890",
  177. "setting" : {
  178. "urlCheck" : false,
  179. "minified" : true,
  180. "postcss" : true,
  181. "es6" : true
  182. },
  183. "permission" : {
  184. "scope.userLocation" : {
  185. "desc" : "你的位置信息将用于和门店的距离长度"
  186. }
  187. },
  188. "optimization" : {
  189. "subPackages" : true
  190. },
  191. "usingComponents" : true,
  192. "requiredPrivateInfos" : [
  193. "getLocation",
  194. "onLocationChange",
  195. "startLocationUpdateBackground",
  196. "chooseAddress"
  197. ]
  198. },
  199. "mp-alipay" : {
  200. "usingComponents" : true
  201. },
  202. "mp-baidu" : {
  203. "usingComponents" : true
  204. },
  205. "mp-toutiao" : {
  206. "usingComponents" : true
  207. },
  208. "h5" : {
  209. "devServer" : {
  210. "https" : false
  211. },
  212. "router" : {
  213. "mode" : "history",
  214. "base" : ""
  215. },
  216. "domain" : "",
  217. "sdkConfigs" : {
  218. "maps" : {
  219. "qqmap" : {
  220. "key" : "NO7BZ-APDKP-UCBD7-VT7CX-R5UZK-JBF2W"
  221. }
  222. }
  223. },
  224. "optimization" : {
  225. "treeShaking" : {
  226. "enable" : true
  227. },
  228. "subPackages" : true
  229. },
  230. "async" : {
  231. "timeout" : 200000
  232. },
  233. "title" : "加载中"
  234. },
  235. "plus" : {
  236. "statusbar" : {
  237. "immersed" : true
  238. }
  239. },
  240. "_spaceID" : "679f0930-8f60-425c-9033-8c135f397ea5",
  241. "lazyCodeLoading" : "requiredComponents"
  242. }
  243. /* ios打包配置 */