manifest.json 10 KB

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