You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

229 lines
8.9 KiB

3 months ago
  1. {
  2. "name" : "CRMEB",
  3. "appid" : "__UNI__D911EFA",
  4. "description" : "crmeb商城",
  5. "versionName" : "2.1",
  6. "versionCode" : 2,
  7. "transformPx" : false,
  8. /* 5+App */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueCompiler" : "uni-app",
  12. "splashscreen" : {
  13. "alwaysShowBeforeRender" : true,
  14. "waiting" : true,
  15. "autoclose" : true,
  16. "delay" : 0
  17. },
  18. /* */
  19. "modules" : {
  20. "Share" : {},
  21. "Payment" : {},
  22. "OAuth" : {},
  23. "LivePusher" : {},
  24. "VideoPlayer" : {},
  25. "Maps" : {},
  26. "Webview-x5" : {},
  27. "Geolocation" : {},
  28. "iBeacon" : {},
  29. "Camera" : {}
  30. },
  31. /* */
  32. "distribute" : {
  33. /* android */
  34. "android" : {
  35. "permissions" : [
  36. "<uses-permission android:name=\"android.permission.INTERNET\" />",
  37. "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
  38. "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  39. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  40. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
  41. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
  42. "<uses-permission android:name=\"com.asus.msa.SupplementaryDID.ACCESS\" />",
  43. "<uses-permission android:name=\"com.huawei.android.launcher.permission.CHANGE_BADGE\" />",
  44. "<uses-permission android:name=\"android.permission.INSTALL_PACKAGES\" />",
  45. "<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\" />"
  46. ],
  47. "abiFilters" : [ "armeabi-v7a" ],
  48. "permissionExternalStorage" : {
  49. "request" : "none",
  50. "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  51. }
  52. },
  53. /* ios */
  54. "ios" : {
  55. "capabilities" : {
  56. "entitlements" : {
  57. "com.apple.developer.associated-domains" : [ "applinks:app.beta.java.crmeb.net" ]
  58. }
  59. },
  60. "privacyDescription" : {
  61. "NSLocationWhenInUseUsageDescription" : "根据客户地理位置推荐最近门店",
  62. "NSPhotoLibraryUsageDescription" : "上传用户头像保存分享海报",
  63. "NSPhotoLibraryAddUsageDescription" : "上传用户头像保存分享海报",
  64. "NSLocationAlwaysAndWhenInUseUsageDescription" : "根据客户地理位置推荐最近门店",
  65. "NSLocationAlwaysUsageDescription" : "根据客户地理位置推荐最近门店",
  66. "NSCameraUsageDescription" : "上传用户头像保存分享海报"
  67. },
  68. "idfa" : false,
  69. "dSYMs" : false
  70. },
  71. /* SDK */
  72. "sdkConfigs" : {
  73. "ad" : {},
  74. "geolocation" : {
  75. "amap" : {
  76. "__platform__" : [ "ios", "android" ],
  77. "appkey_ios" : "06c86988256f022fd1de555bd3c46c72",
  78. "appkey_android" : "1389b7dbd4f570b605454873825cecbc"
  79. },
  80. "system" : {
  81. "__platform__" : [ "ios", "android" ]
  82. }
  83. },
  84. "oauth" : {
  85. "apple" : {},
  86. "weixin" : {
  87. "appid" : "wxa83d6fab40cab13f",
  88. "appsecret" : "e1d254e4c6a68b10bd60bd347bf0ffba",
  89. "UniversalLinks" : "https://app.beta.java.crmeb.net/"
  90. }
  91. },
  92. "maps" : {
  93. "amap" : {
  94. "appkey_ios" : "06c86988256f022fd1de555bd3c46c72",
  95. "appkey_android" : "1389b7dbd4f570b605454873825cecbc"
  96. }
  97. },
  98. "share" : {
  99. "weixin" : {
  100. "appid" : "wxa83d6fab40cab13f",
  101. "UniversalLinks" : "https://app.beta.java.crmeb.net/"
  102. }
  103. },
  104. "payment" : {
  105. "weixin" : {
  106. "__platform__" : [ "ios", "android" ],
  107. "appid" : "wxa83d6fab40cab13f",
  108. "UniversalLinks" : "https://app.beta.java.crmeb.net/"
  109. },
  110. "alipay" : {
  111. "__platform__" : [ "ios", "android" ]
  112. }
  113. }
  114. },
  115. "icons" : {
  116. "android" : {
  117. "hdpi" : "unpackage/res/icons/72x72.png",
  118. "xhdpi" : "unpackage/res/icons/96x96.png",
  119. "xxhdpi" : "unpackage/res/icons/144x144.png",
  120. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  121. },
  122. "ios" : {
  123. "appstore" : "unpackage/res/icons/1024x1024.png",
  124. "ipad" : {
  125. "app" : "unpackage/res/icons/76x76.png",
  126. "app@2x" : "unpackage/res/icons/152x152.png",
  127. "notification" : "unpackage/res/icons/20x20.png",
  128. "notification@2x" : "unpackage/res/icons/40x40.png",
  129. "proapp@2x" : "unpackage/res/icons/167x167.png",
  130. "settings" : "unpackage/res/icons/29x29.png",
  131. "settings@2x" : "unpackage/res/icons/58x58.png",
  132. "spotlight" : "unpackage/res/icons/40x40.png",
  133. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  134. },
  135. "iphone" : {
  136. "app@2x" : "unpackage/res/icons/120x120.png",
  137. "app@3x" : "unpackage/res/icons/180x180.png",
  138. "notification@2x" : "unpackage/res/icons/40x40.png",
  139. "notification@3x" : "unpackage/res/icons/60x60.png",
  140. "settings@2x" : "unpackage/res/icons/58x58.png",
  141. "settings@3x" : "unpackage/res/icons/87x87.png",
  142. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  143. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  144. }
  145. }
  146. },
  147. "splashscreen" : {
  148. "useOriginalMsgbox" : true
  149. }
  150. }
  151. },
  152. /* */
  153. "quickapp" : {},
  154. /* */
  155. "mp-weixin" : {
  156. "appid" : "wx2ce61fcc6fc5f952",
  157. "setting" : {
  158. "urlCheck" : false,
  159. "minified" : true,
  160. "postcss" : true,
  161. "es6" : true
  162. },
  163. "permission" : {
  164. "scope.userLocation" : {
  165. "desc" : "你的位置信息将用于和门店的距离长度"
  166. }
  167. },
  168. "usingComponents" : true,
  169. "lazyCodeLoading" : "requiredComponents",
  170. "requiredPrivateInfos" : [ "getLocation", "chooseAddress", "chooseLocation" ]
  171. },
  172. "mp-alipay" : {
  173. "usingComponents" : true
  174. },
  175. "mp-baidu" : {
  176. "usingComponents" : true
  177. },
  178. "mp-toutiao" : {
  179. "usingComponents" : true,
  180. "appid" : "tt1688603589b1e71d01",
  181. "setting" : {
  182. "es6" : true,
  183. "postcss" : true,
  184. "minified" : true
  185. }
  186. },
  187. "h5" : {
  188. "devServer" : {
  189. "https" : false
  190. },
  191. "router" : {
  192. "mode" : "history",
  193. "base" : ""
  194. },
  195. "domain" : "",
  196. "sdkConfigs" : {
  197. "maps" : {
  198. "qqmap" : {
  199. "key" : "PWQBZ-OBU3W-JWCR7-Y6PQ3-4TJAV-LDFWP"
  200. }
  201. }
  202. },
  203. "optimization" : {
  204. "treeShaking" : {
  205. "enable" : true
  206. }
  207. },
  208. "async" : {
  209. "timeout" : 200000
  210. },
  211. "title" : ""
  212. },
  213. "plus" : {
  214. "statusbar" : {
  215. "immersed" : true
  216. },
  217. "distribute" : {
  218. "google" : {
  219. "permissionExternalStorage" : {
  220. "request" : "none",
  221. "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
  222. }
  223. }
  224. }
  225. },
  226. "sassImplementationName" : "node-sass"
  227. }
  228. /* ios */