pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path" : "pages/taBbar/Home/Home",
  5. "style" : {
  6. "navigationBarTitleText": "创意落地找读道文旅"
  7. }
  8. }
  9. ,{
  10. "path" : "pages/taBbar/Microshoo/Microshoo",
  11. "style" : {
  12. "navigationBarTitleText": "微店",
  13. "enablePullDownRefresh": false
  14. }
  15. }
  16. ,{
  17. "path" : "pages/taBbar/Meeting/Meeting",
  18. "style" : {
  19. "navigationBarTitleText": "峰会",
  20. "enablePullDownRefresh": false
  21. }
  22. }
  23. ,{
  24. "path" : "pages/taBbar/Contact/Contact",
  25. "style" : {
  26. "navigationBarTitleText": "联系我们",
  27. "enablePullDownRefresh": false
  28. }
  29. }
  30. ,{
  31. "path" : "pages/content/List/List",
  32. "style" : {
  33. "navigationBarTitleText": "案例",
  34. "enablePullDownRefresh": false
  35. }
  36. }
  37. ,{
  38. "path" : "pages/content/List-dl/List-dl",
  39. "style" : {
  40. "navigationBarTitleText": "案例详情",
  41. "enablePullDownRefresh": false
  42. }
  43. }
  44. ,{
  45. "path" : "pages/content/youzan/youzan",
  46. "style" : {}
  47. }
  48. ,{
  49. "path" : "pages/content/List-link/List-link",
  50. "style" : {
  51. "navigationBarTitleText": "读道文旅"
  52. }
  53. }
  54. ,{
  55. "path" : "pages/content/ThePublicNumber/ThePublicNumber",
  56. "style" : {}
  57. }
  58. ,{
  59. "path" : "pages/content/Wemedia/Wemedia",
  60. "style" :
  61. {
  62. "navigationBarTitleText": "读道自媒体矩阵",
  63. "enablePullDownRefresh": false
  64. }
  65. }
  66. ,{
  67. "path" : "pages/content/MediaList/MediaList",
  68. "style" :
  69. {
  70. "navigationBarTitleText": "读道公众号",
  71. "enablePullDownRefresh": false
  72. }
  73. }
  74. ,{
  75. "path" : "pages/content/TouTiao/TouTiao",
  76. "style" :
  77. {
  78. "navigationBarTitleText": "读道头条号",
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ,{
  83. "path" : "pages/content/Meeting/Meeting",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "培训峰会",
  87. "enablePullDownRefresh": false
  88. }
  89. }
  90. ,{
  91. "path" : "pages/content/ceshi/ceshi",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "ceshi",
  95. "enablePullDownRefresh": false
  96. }
  97. }
  98. ],
  99. "globalStyle": {
  100. "navigationBarTextStyle": "black",
  101. "navigationBarTitleText": "读道文旅",
  102. "navigationBarBackgroundColor": "#FFFFFF",
  103. //#ifdef H5
  104. "navigationStyle": "custom" ,
  105. //#endif
  106. "backgroundColor": "#F8F8F8"
  107. }
  108. // ,
  109. // "tabBar": {
  110. // "borderStyle": "black",
  111. // "backgroundColor": "#fff",
  112. // "color": "#666666",
  113. // "selectedColor": "#FE0002",
  114. // "list": [
  115. // {
  116. // "pagePath": "pages/taBbar/Home/Home",
  117. // "iconPath": "static/images/h_1.png",
  118. // "selectedIconPath": "static/images/h_2.png",
  119. // "text": "首页"
  120. // }
  121. // ,
  122. // {
  123. // "pagePath": "pages/content/Wemedia/Wemedia",
  124. // "iconPath": "static/images/f_1.png",
  125. // "selectedIconPath": "static/images/f_2.png",
  126. // "text": "自媒体"
  127. // },
  128. // {
  129. // "pagePath": "pages/content/Meeting/Meeting",
  130. // "iconPath": "static/images/f_1.png",
  131. // "selectedIconPath": "static/images/f_2.png",
  132. // "text": "会议"
  133. // },
  134. // {
  135. // "pagePath": "pages/content/TouTiao/TouTiao",
  136. // "iconPath": "static/images/f_1.png",
  137. // "selectedIconPath": "static/images/f_2.png",
  138. // "text": "头条号"
  139. // },
  140. // {
  141. // "pagePath": "pages/content/MediaList/MediaList",
  142. // "iconPath": "static/images/f_1.png",
  143. // "selectedIconPath": "static/images/f_2.png",
  144. // "text": "公众号"
  145. // }
  146. // ]
  147. // }
  148. }
  149. //"pagePath": "pages/taBbar/home/home",
  150. //"iconPath": "static/images/h_02.png",