app.json 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. "pages/homestay/homestay-order/index",
  15. "pages/homestay/customer/select-customer/index",
  16. "pages/homestay/customer/customer-info/index",
  17. "pages/collect/collect-detail/index",
  18. "pages/my/merchant/login/index",
  19. "pages/my/merchant/merchant-home/index",
  20. "pages/my/merchant/merchant-home/store-withdraw/index",
  21. "pages/my/merchant/merchant-home/order-list/index",
  22. "pages/my/merchant/merchant-home/order2-list/index",
  23. "pages/my/merchant/merchant-home/order2-list/order-deils/index",
  24. "pages/my/merchant/merchant-home/account/index",
  25. "pages/my/merchant/merchant-home/account/password/index",
  26. "pages/my/merchant/merchant-home/account/mobile/index",
  27. "pages/my/merchant/comments/hotel/index",
  28. "pages/my/merchant/comments/hotel/comment-detail/index",
  29. "pages/my/merchant/room-manage/index",
  30. "pages/my/merchant/room-manage/room-edit/index",
  31. "pages/my/merchant/code-verify/index",
  32. "pages/homestay/homestay-order2/index",
  33. "pages/my/my-order/index",
  34. "pages/my/my-order/order-detail/index",
  35. "pages/my/my-order/my-refund/index"
  36. ]
  37. },
  38. {
  39. "root": "nova-diypage",
  40. "name": "DIYPAGE",
  41. "pages": [
  42. "pages/index/index"
  43. ]
  44. }
  45. ],
  46. "window": {
  47. "navigationStyle": "custom",
  48. "navigationBarTitleText": "",
  49. "navigationBarTextStyle": "black",
  50. "navigationBarBackgroundColor": "#f6f5fa",
  51. "backgroundColor": "#f6f5fa",
  52. "enablePullDownRefresh": false
  53. },
  54. "permission": {
  55. "scope.userLocation": {
  56. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  57. }
  58. },
  59. "usingComponents": {
  60. "nav": "plugin://fm-plugin/fm-nav",
  61. "get-phone-number-btn": "components/getPhone/index",
  62. "search": "/components/search/search",
  63. "payment": "/components/nova-payment/payment",
  64. "address": "/components/address/index",
  65. "upload": "/components/upload/index",
  66. "van-icon": "@vant/weapp/icon/index",
  67. "van-button": "@vant/weapp/button/index",
  68. "van-tabbar": "@vant/weapp/tabbar/index",
  69. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  70. "van-empty": "@vant/weapp/empty/index",
  71. "van-loading": "@vant/weapp/loading/index"
  72. },
  73. "sitemapLocation": "sitemap.json",
  74. "plugins": {
  75. "fm-plugin": {
  76. "version": "0.1.1",
  77. "provider": "wx56d559d35ae6e502",
  78. "export": "exportToPlugin.js",
  79. "genericsImplementation": {
  80. "fm-auth": {
  81. "get-phone-number-btn": "components/getPhone/index"
  82. }
  83. }
  84. }
  85. }
  86. }