app.json 1.6 KB

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