pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. {
  2. "pages": [{
  3. "path": "pages/workark/workark",
  4. "style": {
  5. "navigationBarTitleText": "WORKARK"
  6. }
  7. }, {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "工单"
  11. }
  12. }, {
  13. "path": "pages/model/model",
  14. "style": {
  15. "navigationBarTitleText": "环境"
  16. }
  17. }, {
  18. "path": "pages/shop/shop",
  19. "style": {
  20. "navigationBarTitleText": "商城"
  21. }
  22. }, {
  23. "path": "pages/my/my",
  24. "style": {
  25. "navigationBarTitleText": "我的"
  26. }
  27. }, {
  28. "path": "pages/login/login",
  29. "style": {
  30. "navigationBarTitleText": ""
  31. }
  32. }, {
  33. "path": "pages/message/message",
  34. "style": {
  35. "navigationBarTitleText": "消息"
  36. }
  37. }, {
  38. "path": "pages/pdf/pdf",
  39. "style": {
  40. "navigationBarTitleText": ""
  41. }
  42. }],
  43. "subPackages": [{
  44. "root": "subPages/workarkPage",
  45. "pages": [{
  46. "path": "workarkDetail/workarkDetail",
  47. "style": {
  48. "navigationBarTitleText": "服务详情"
  49. }
  50. }, {
  51. "path": "coupon/coupon",
  52. "style": {
  53. "navigationBarTitleText": "优惠券"
  54. }
  55. }, {
  56. "path": "paymentStatus/paymentStatus",
  57. "style": {
  58. "navigationBarTitleText": "支付详情"
  59. }
  60. }]
  61. }, {
  62. "root": "subPages/chatPage",
  63. "pages": [{
  64. "path": "chat/chat",
  65. "style": {
  66. "navigationBarTitleText": ""
  67. }
  68. }]
  69. }, {
  70. "root": "subPages/shopPage",
  71. "pages": [{
  72. "path": "webview/webview",
  73. "style": {
  74. "navigationBarTitleText": ""
  75. }
  76. }, {
  77. "path": "payment/payment",
  78. "style": {
  79. "navigationBarTitleText": "收银台"
  80. }
  81. },
  82. {
  83. "path" : "good/good",
  84. "style" :
  85. {
  86. "navigationBarTitleText" : "商品详情"
  87. }
  88. },
  89. {
  90. "path" : "cart/cart",
  91. "style" :
  92. {
  93. "navigationBarTitleText" : "购物车"
  94. }
  95. }]
  96. }, {
  97. "root": "subPages/indexPage",
  98. "pages": [{
  99. "path": "orderList/orderList",
  100. "style": {
  101. "navigationBarTitleText": "订单列表"
  102. }
  103. }, {
  104. "path": "orderDetail/orderDetail",
  105. "style": {
  106. "navigationBarTitleText": "订单详情"
  107. }
  108. }, {
  109. "path": "contractList/contractList",
  110. "style": {
  111. "navigationBarTitleText": "合同列表"
  112. }
  113. }, {
  114. "path": "invoiceList/invoiceList",
  115. "style": {
  116. "navigationBarTitleText": "发票列表"
  117. }
  118. }, {
  119. "path": "invoiceDetail/invoiceDetail",
  120. "style": {
  121. "navigationBarTitleText": "发票详情"
  122. }
  123. }, {
  124. "path": "noPermission/noPermission",
  125. "style": {
  126. "navigationBarTitleText": "暂无权限"
  127. }
  128. }]
  129. }, {
  130. "root": "subPages/myPage",
  131. "pages": [{
  132. "path": "myDetail/myDetail",
  133. "style": {
  134. "navigationBarTitleText": "个人信息"
  135. }
  136. }, {
  137. "path": "organization/organization",
  138. "style": {
  139. "navigationBarTitleText": "我的公司"
  140. }
  141. }, {
  142. "path": "download/download",
  143. "style": {
  144. "navigationBarTitleText": "我的下载"
  145. }
  146. }, {
  147. "path": "changeOrganization/changeOrganization",
  148. "style": {
  149. "navigationBarTitleText": "切换组织"
  150. }
  151. }, {
  152. "path": "chatList/chatList",
  153. "style": {
  154. "navigationBarTitleText": "聊天列表"
  155. }
  156. }, {
  157. "path": "serveChat/serveChat",
  158. "style": {
  159. "navigationBarTitleText": ""
  160. }
  161. }]
  162. }],
  163. "tabBar": {
  164. "color": "#7d7380",
  165. "selectedColor": "#3c9cff",
  166. "list": [{
  167. "pagePath": "pages/index/index",
  168. "iconPath": "static/images/tabbar/home.png",
  169. "selectedIconPath": "static/images/tabbar/home-active.png",
  170. "text": "工单"
  171. }, {
  172. "pagePath": "pages/model/model",
  173. "iconPath": "/static/images/tabbar/shop.png",
  174. "selectedIconPath": "/static/images/tabbar/shop-active.png",
  175. "text": "环境"
  176. }, {
  177. "pagePath": "pages/workark/workark",
  178. "iconPath": "/static/images/tabbar/workark.png",
  179. "selectedIconPath": "/static/images/tabbar/workark-active.png",
  180. "text": "workark"
  181. }, {
  182. "pagePath": "pages/shop/shop",
  183. "iconPath": "static/images/tabbar/chat.png",
  184. "selectedIconPath": "static/images/tabbar/chat-active.png",
  185. "text": "商城"
  186. }, {
  187. "pagePath": "pages/my/my",
  188. "iconPath": "static/images/tabbar/my.png",
  189. "selectedIconPath": "static/images/tabbar/my-active.png",
  190. "text": "我的"
  191. }]
  192. },
  193. "globalStyle": {
  194. "navigationBarTextStyle": "black",
  195. "navigationBarTitleText": "workark",
  196. "navigationBarBackgroundColor": "#fff"
  197. },
  198. "uniIdRouter": {}
  199. }