app.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. ]
  32. },
  33. {
  34. "root": "nova-diypage",
  35. "name": "DIYPAGE",
  36. "pages": [
  37. "pages/index/index"
  38. ]
  39. }
  40. ],
  41. "window": {
  42. "navigationStyle": "custom",
  43. "navigationBarTitleText": "",
  44. "navigationBarTextStyle": "black",
  45. "navigationBarBackgroundColor": "#f6f5fa",
  46. "backgroundColor": "#f6f5fa",
  47. "enablePullDownRefresh": false
  48. },
  49. "permission": {
  50. "scope.userLocation": {
  51. "desc": "你的位置信息将用于小程序位置接口的效果展示"
  52. }
  53. },
  54. "usingComponents": {
  55. "nav": "plugin://fm-plugin/fm-nav",
  56. "get-phone-number-btn": "components/getPhone/index",
  57. "search": "/components/search/search",
  58. "payment": "/components/nova-payment/payment",
  59. "address": "/components/address/index",
  60. "upload": "/components/upload/index",
  61. "van-icon": "@vant/weapp/icon/index",
  62. "van-button": "@vant/weapp/button/index",
  63. "van-tabbar": "@vant/weapp/tabbar/index",
  64. "van-tabbar-item": "@vant/weapp/tabbar-item/index",
  65. "van-empty": "@vant/weapp/empty/index",
  66. "van-loading": "@vant/weapp/loading/index"
  67. },
  68. "sitemapLocation": "sitemap.json",
  69. "plugins": {
  70. "fm-plugin": {
  71. "version": "0.1.1",
  72. "provider": "wx56d559d35ae6e502",
  73. "export": "exportToPlugin.js",
  74. "genericsImplementation": {
  75. "fm-auth": {
  76. "get-phone-number-btn": "components/getPhone/index"
  77. }
  78. }
  79. }
  80. }
  81. }