pages.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. // uview-ui
  6. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  7. }
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "enablePullDownRefresh" : true,
  14. // #ifdef MP-WEIXIN
  15. "navigationStyle": "custom"
  16. // #endif
  17. }
  18. },
  19. {
  20. "path": "pages/login",
  21. "style": {
  22. "enablePullDownRefresh" : true,
  23. // #ifdef MP-WEIXIN
  24. "navigationStyle": "custom"
  25. // #endif
  26. }
  27. },
  28. {
  29. "path": "pages/otherNumlogin",
  30. "style": {
  31. // "navigationStyle": "custom",
  32. "navigationBarTextStyle": "black",
  33. "navigationBarTitleText":"其他手机号登录"
  34. }
  35. },
  36. {
  37. "path": "pages/travel",
  38. "style": {
  39. // "navigationStyle": "custom",
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText":"日月峡森林康养旅行"
  42. }
  43. },
  44. {
  45. "path": "pages/customerService",
  46. "style": {
  47. // "navigationStyle": "custom",
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText":"客服中心"
  50. }
  51. },
  52. {
  53. "path": "pages/userCenter",
  54. "style": {
  55. // "navigationStyle": "custom",
  56. "navigationBarTextStyle": "black",
  57. "navigationBarTitleText":"我的"
  58. }
  59. }
  60. ],
  61. "subPackages": [
  62. {
  63. "root": "pages/userCenter",
  64. "pages": [{
  65. "path": "aboutus",
  66. "style": {
  67. "navigationBarTextStyle": "black",
  68. "navigationBarTitleText":"关于日月峡"
  69. }
  70. },{
  71. "path": "invoice",
  72. "style": {
  73. "navigationBarTextStyle": "black",
  74. "navigationBarTitleText":"申请发票"
  75. }
  76. },{
  77. "path": "Policy",
  78. "style": {
  79. "navigationBarTextStyle": "black",
  80. "navigationBarTitleText":"隐私政策"
  81. }
  82. },{
  83. "path": "Terms",
  84. "style": {
  85. "navigationBarTextStyle": "black",
  86. "navigationBarTitleText":"用户协议"
  87. }
  88. },{
  89. "path": "userEdit",
  90. "style": {
  91. "navigationBarTextStyle": "black",
  92. "navigationBarTitleText":"完善信息"
  93. }
  94. },{
  95. "path": "editMsg",
  96. "style": {
  97. "navigationBarTextStyle": "black",
  98. "navigationBarTitleText":"修改信息"
  99. }
  100. },{
  101. "path": "notification",
  102. "style": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText":"安全告知"
  105. }
  106. }
  107. ]
  108. },
  109. {
  110. "root": "pages/peopleList",
  111. "pages": [{
  112. "path": "peopleList",
  113. "style": {
  114. "navigationBarTextStyle": "black",
  115. "navigationBarTitleText":"出行人列表"
  116. }
  117. },{
  118. "path": "addPeople",
  119. "style": {
  120. "navigationBarTextStyle": "black",
  121. "navigationBarTitleText":"添加出行人"
  122. }
  123. }
  124. ]
  125. },
  126. {
  127. "root": "pages/travel",
  128. "pages": [{
  129. "path": "poster",
  130. "style": {
  131. "navigationBarTextStyle": "black",
  132. "navigationBarTitleText":"生成海报"
  133. }
  134. },{
  135. "path": "travelDetails",
  136. "style": {
  137. "navigationBarTextStyle": "black",
  138. "navigationBarTitleText":"套餐详情"
  139. }
  140. },{
  141. "path": "travelPeople",
  142. "style": {
  143. "navigationBarTextStyle": "black",
  144. "navigationBarTitleText":"选择房型"
  145. }
  146. },{
  147. "path": "submitOrder",
  148. "style": {
  149. "navigationBarTextStyle": "black",
  150. "navigationBarTitleText":"提交订单"
  151. }
  152. },{
  153. "path": "contract",
  154. "style": {
  155. "navigationBarTextStyle": "black",
  156. "navigationBarTitleText":"合同"
  157. }
  158. }
  159. ]
  160. },
  161. {
  162. "root": "pages/order",
  163. "pages": [{
  164. "path": "order",
  165. "style": {
  166. "navigationBarTextStyle": "black",
  167. "navigationBarTitleText":"订单列表"
  168. }
  169. },{
  170. "path": "guide",
  171. "style": {
  172. "navigationBarTextStyle": "black",
  173. "navigationBarTitleText":"专属森林向导"
  174. }
  175. }
  176. ,{
  177. "path": "successpay",
  178. "style": {
  179. "navigationBarTextStyle": "black",
  180. // "navigationBarTitleText":"专属森林向导"
  181. // #ifdef MP-WEIXIN
  182. "navigationStyle": "custom"
  183. // #endif
  184. }
  185. },{
  186. "path": "orderDetails",
  187. "style": {
  188. "navigationBarTextStyle": "black",
  189. "navigationBarTitleText":"订单详情"
  190. }
  191. },{
  192. "path": "orderAfterSale",
  193. "style": {
  194. "navigationBarTextStyle": "black",
  195. "navigationBarTitleText":"订单售后"
  196. }
  197. },{
  198. "path": "applyAfterSale",
  199. "style": {
  200. "navigationBarTextStyle": "black",
  201. "navigationBarTitleText":"申请退款"
  202. }
  203. }
  204. ]
  205. },
  206. {
  207. "root": "pages/invoice",
  208. "pages": [{
  209. "path": "invoiceList",
  210. "style": {
  211. "navigationBarTextStyle": "black",
  212. "navigationBarTitleText":"开票"
  213. }
  214. },{
  215. "path": "invoiceAdmin",
  216. "style": {
  217. "navigationBarTextStyle": "black",
  218. "navigationBarTitleText":"抬头管理"
  219. }
  220. },{
  221. "path": "invoiceHistory",
  222. "style": {
  223. "navigationBarTextStyle": "black",
  224. "navigationBarTitleText":"开票历史"
  225. }
  226. },{
  227. "path": "invoiceEndit",
  228. "style": {
  229. "navigationBarTextStyle": "black",
  230. "navigationBarTitleText":"编辑抬头"
  231. }
  232. },{
  233. "path": "applyInvoice",
  234. "style": {
  235. "navigationBarTextStyle": "black",
  236. // "navigationBarTitleText":"申请发票"
  237. // #ifdef MP-WEIXIN
  238. "navigationStyle": "custom"
  239. // #endif
  240. }
  241. }
  242. ]
  243. }
  244. ],
  245. "globalStyle": {
  246. "navigationBarTextStyle": "black",
  247. "navigationBarBackgroundColor": "#FFFFFF",
  248. "backgroundColor": "#FFFFFF"
  249. },
  250. "tabBar": {
  251. "color": "#C1C1C1",
  252. "selectedColor": "#1E9F6A",
  253. "backgroundColor": "#FFF",
  254. "borderStyle": "black",
  255. "list": [
  256. {
  257. "pagePath": "pages/index/index",
  258. "text": "首页",
  259. "iconPath": "static/tabbaricon/首页.png",
  260. "selectedIconPath": "static/tabbaricon/首页selected@2x.png"
  261. },
  262. {
  263. "pagePath": "pages/travel",
  264. "text": "森林康养",
  265. "iconPath": "static/tabbaricon/森林康养.png",
  266. "selectedIconPath": "static/tabbaricon/森林康养@2x.png"
  267. },
  268. {
  269. "pagePath": "pages/userCenter",
  270. "text": "我的",
  271. "iconPath": "static/tabbaricon/我的@2x.png",
  272. "selectedIconPath": "static/tabbaricon/我的.png"
  273. }
  274. ]
  275. }
  276. }