manifest.json 10 KB

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