app.json 2.1 KB

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