pages.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/addjk/activity",
  5. "style" :
  6. {
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true
  9. }
  10. },
  11. {
  12. "path": "pages/addjk/choice",
  13. "style": {
  14. "navigationBarTitleText": "选择素材"
  15. }
  16. },
  17. {
  18. "path": "pages/addjk/addActivity",
  19. "style": {
  20. "navigationBarTitleText": "新建活动"
  21. }
  22. },
  23. {
  24. "path": "pages/addjk/eadit",
  25. "style": {
  26. "navigationBarTitleText": "编辑内容"
  27. }
  28. },
  29. {
  30. "path": "pages/addjk/ckshop",
  31. "style": {
  32. "navigationBarTitleText": "选择门店"
  33. }
  34. },
  35. {
  36. "path": "pages/addjk/ckmusic",
  37. "style": {
  38. "navigationBarTitleText": "选择音乐"
  39. }
  40. },
  41. {
  42. "path": "pages/addjk/jkDetail",
  43. "style": {
  44. "navigationBarTitleText": "活动详情"
  45. }
  46. },
  47. {
  48. "path": "pages/index/index",
  49. "style": {
  50. "navigationBarTitleText": "uni-app"
  51. }
  52. },
  53. {
  54. "path": "pages/addjk/signJkDetail",
  55. "style": {
  56. "navigationBarTitleText": "报名详情",
  57. "enablePullDownRefresh": true
  58. }
  59. },
  60. {
  61. "path": "pages/addjk/statistics",
  62. "style": {
  63. "navigationBarTitleText": "数据统计",
  64. "enablePullDownRefresh": true
  65. }
  66. }
  67. ],
  68. "globalStyle": {
  69. "navigationBarTextStyle": "black",
  70. "navigationBarTitleText": "uni-app",
  71. "navigationBarBackgroundColor": "#F8F8F8",
  72. "backgroundColor": "#F8F8F8"
  73. },
  74. "uniIdRouter": {}
  75. }