pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "uni-app"
  7. }
  8. },
  9. {
  10. "path" : "pages/myOrder/myOrder",
  11. "style" :
  12. {
  13. "navigationStyle": "custom",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path" : "pages/myOrder/mallOrderDetail",
  19. "style" :
  20. {
  21. "navigationStyle": "custom",
  22. "enablePullDownRefresh": true
  23. }
  24. },
  25. {
  26. "path" : "pages/myOrder/paintOrderDetail",
  27. "style" :
  28. {
  29. "navigationStyle": "custom",
  30. "enablePullDownRefresh": true
  31. }
  32. }
  33. ,{
  34. "path" : "pages/myOrder/activityOrderDetail",
  35. "style" :
  36. {
  37. "navigationStyle": "custom",
  38. "enablePullDownRefresh": true
  39. }
  40. },
  41. {
  42. "path": "pages/addjk/choice",
  43. "style": {
  44. "navigationBarTitleText": "选择素材",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path" : "pages/addjk/activity",
  50. "style" :
  51. {
  52. "navigationStyle": "custom",
  53. "enablePullDownRefresh": true
  54. }
  55. },
  56. {
  57. "path": "pages/addjk/addActivity",
  58. "style": {
  59. "navigationBarTitleText": "新建活动"
  60. }
  61. },
  62. {
  63. "path": "pages/addjk/eadit",
  64. "style": {
  65. "navigationBarTitleText": "编辑内容"
  66. }
  67. },
  68. {
  69. "path": "pages/addjk/ckshop",
  70. "style": {
  71. "navigationBarTitleText": "选择门店"
  72. }
  73. },
  74. {
  75. "path": "pages/addjk/ckmusic",
  76. "style": {
  77. "navigationBarTitleText": "选择音乐"
  78. }
  79. },
  80. {
  81. "path": "pages/addjk/jkDetail",
  82. "style": {
  83. "navigationBarTitleText": "活动详情"
  84. }
  85. },
  86. {
  87. "path": "pages/addjk/signJkDetail",
  88. "style": {
  89. "navigationBarTitleText": "报名详情",
  90. "enablePullDownRefresh": true
  91. }
  92. },
  93. {
  94. "path": "pages/addjk/statistics",
  95. "style": {
  96. "navigationBarTitleText": "数据统计",
  97. "enablePullDownRefresh": true
  98. }
  99. },
  100. {
  101. "path": "pages/addjk/activityDetail",
  102. "style": {
  103. "navigationBarTitleText": "活动详情"
  104. }
  105. }
  106. ],
  107. "globalStyle": {
  108. "navigationBarTextStyle": "black",
  109. "navigationBarTitleText": "uni-app",
  110. "navigationBarBackgroundColor": "#ffffff",
  111. "backgroundColor": "#F8F8F8"
  112. },
  113. "uniIdRouter": {}
  114. }