app.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "pages": [
  3. "index",
  4. "components/app-auth/index"
  5. ],
  6. "subpackages": [
  7. {
  8. "root": "common-page",
  9. "name": "common",
  10. "pages": [
  11. "pages/web-view/index",
  12. "pages/map-open/index"
  13. ]
  14. },
  15. {
  16. "root": "nova-pbf",
  17. "name": "破冰峰",
  18. "pages": [
  19. "pages/index/index"
  20. ]
  21. }
  22. ],
  23. "window": {
  24. "navigationStyle": "custom",
  25. "navigationBarTitleText": "",
  26. "navigationBarTextStyle": "black",
  27. "navigationBarBackgroundColor": "#f6f5fa",
  28. "backgroundColor": "#f6f5fa",
  29. "enablePullDownRefresh": false
  30. },
  31. "permission": {
  32. "scope.userLocation": {
  33. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  34. }
  35. },
  36. "requiredPrivateInfos": [
  37. "getLocation"
  38. ],
  39. "usingComponents": {
  40. "nav": "plugin://fm-plugin/fm-nav",
  41. "get-phone-number-btn": "components/getPhone/index",
  42. "search": "/components/search/search",
  43. "payment": "/components/nova-payment/payment",
  44. "address": "/components/address/index",
  45. "upload": "/components/upload/index",
  46. "van-icon": "@vant/weapp/icon/index",
  47. "van-button": "@vant/weapp/button/index",
  48. "van-tabbar": "@vant/weapp/tabbar/index",
  49. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  50. "van-empty": "@vant/weapp/empty/index",
  51. "van-loading": "@vant/weapp/loading/index"
  52. },
  53. "sitemapLocation": "sitemap.json",
  54. "plugins": {
  55. "fm-plugin": {
  56. "version": "0.1.1",
  57. "provider": "wx56d559d35ae6e502",
  58. "export": "exportToPlugin.js",
  59. "genericsImplementation": {
  60. "fm-auth": {
  61. "get-phone-number-btn": "components/getPhone/index"
  62. }
  63. }
  64. }
  65. }
  66. }