app.json 1.6 KB

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