pages.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pagesCrm/business/home/home",
  5. "style": {
  6. "navigationBarTitleText": "我的随访",
  7. "enablePullDownRefresh": false
  8. }
  9. },
  10. {
  11. "path": "pagesCrm/business/schemeDetail/schemeDetail",
  12. "style": {
  13. "navigationBarTitleText": ""
  14. }
  15. },
  16. {
  17. "path": "pages/business/tabbar/transferPage/transferPage",
  18. "style": {
  19. "navigationBarTitleText": ""
  20. }
  21. }
  22. ],
  23. "subPackages": [{
  24. "root": "pagesAdmin",
  25. "pages": [{
  26. "path": "article/business/article/detail/detail",
  27. "style": {
  28. "navigationBarTitleText": "文章详情"
  29. }
  30. },
  31. {
  32. "path": "satisfaction/business/satisfactionQuestions/satisfactionQuestions",
  33. "style": {
  34. "navigationBarTitleText": ""
  35. }
  36. }
  37. ]
  38. }],
  39. "globalStyle": {
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText": "uni-app 演示",
  42. "navigationBarBackgroundColor": "#F8F8F8",
  43. "backgroundColor": "#F8F8F8"
  44. },
  45. "tabBar": {
  46. "backgroundColor": "#fff",
  47. "borderStyle": "black",
  48. "selectedColor": "#55AA56",
  49. "color": "#B8BBBF",
  50. "list": []
  51. },
  52. "uniIdRouter": {}
  53. }