app.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "pages": [
  3. "index"
  4. ],
  5. "subpackages": [
  6. {
  7. "root": "nova-werun",
  8. "name": "werun",
  9. "pages": [
  10. "pages/index/index",
  11. "pages/circle/circle-detail/index",
  12. "pages/circle/my-circle/index",
  13. "pages/circle/send-circle/index",
  14. "pages/home/signin/index"
  15. ]
  16. },
  17. {
  18. "root": "nova-diypage",
  19. "name": "DIYPAGE",
  20. "pages": [
  21. "pages/index/index"
  22. ]
  23. }
  24. ],
  25. "window": {
  26. "navigationStyle": "custom",
  27. "navigationBarTitleText": "",
  28. "navigationBarTextStyle": "black",
  29. "navigationBarBackgroundColor": "#f6f5fa",
  30. "backgroundColor": "#f6f5fa",
  31. "enablePullDownRefresh": false
  32. },
  33. "permission": {
  34. "scope.userLocation": {
  35. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  36. }
  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. }