manifest.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name" : "hjmp-weixin",
  3. "appid" : "__UNI__BB3405B",
  4. "description" : "",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : false,
  8. "uniStatistics" : {
  9. "enable" : false
  10. },
  11. "app-plus" : {
  12. "modules" : {},
  13. "distribute" : {
  14. "sdkConfigs" : {
  15. "payment" : {}
  16. }
  17. }
  18. },
  19. "quickapp" : {},
  20. "mp-weixin" : {
  21. "appid" : "wxaaf0bf0f2dbccac8",
  22. "setting" : {
  23. "urlCheck" : false,
  24. "minified" : true,
  25. "postcss" : true,
  26. "es6" : false
  27. },
  28. "usingComponents" : true,
  29. "permission" : {
  30. "scope.userLocation" : {
  31. "desc" : "请求获取您的位置信息"
  32. }
  33. }
  34. },
  35. "mp-alipay" : {
  36. "usingComponents" : true
  37. },
  38. "mp-baidu" : {
  39. "appid" : "",
  40. "usingComponents" : true
  41. },
  42. "mp-toutiao" : {
  43. "appid" : "",
  44. "usingComponents" : true,
  45. "urlCheck" : false
  46. },
  47. "mp-qq" : {
  48. "usingComponents" : true
  49. }
  50. }