pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/myOrder/myOrder",
  5. "style" :
  6. {
  7. "navigationStyle": "custom",
  8. "enablePullDownRefresh": true
  9. }
  10. },
  11. {
  12. "path" : "pages/myOrder/mallOrderDetail",
  13. "style" :
  14. {
  15. "navigationStyle": "custom",
  16. "enablePullDownRefresh": true
  17. }
  18. },
  19. {
  20. "path" : "pages/myOrder/paintOrderDetail",
  21. "style" :
  22. {
  23. "navigationStyle": "custom",
  24. "enablePullDownRefresh": true
  25. }
  26. }
  27. ,{
  28. "path" : "pages/myOrder/activityOrderDetail",
  29. "style" :
  30. {
  31. "navigationStyle": "custom",
  32. "enablePullDownRefresh": true
  33. }
  34. },
  35. {
  36. "path": "pages/index/index",
  37. "style": {
  38. "navigationBarTitleText": "uni-app"
  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. }