app.json 1.9 KB

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