app.json 1.5 KB

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