manifest.json 10 KB

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