pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. "root": "subPages/indexPage",
  84. "pages": [{
  85. "path": "orderList/orderList",
  86. "style": {
  87. "navigationBarTitleText": "订单列表"
  88. }
  89. }, {
  90. "path": "orderDetail/orderDetail",
  91. "style": {
  92. "navigationBarTitleText": "订单详情"
  93. }
  94. }, {
  95. "path": "contractList/contractList",
  96. "style": {
  97. "navigationBarTitleText": "合同列表"
  98. }
  99. }, {
  100. "path": "invoiceList/invoiceList",
  101. "style": {
  102. "navigationBarTitleText": "发票列表"
  103. }
  104. }, {
  105. "path": "invoiceDetail/invoiceDetail",
  106. "style": {
  107. "navigationBarTitleText": "发票详情"
  108. }
  109. }, {
  110. "path": "noPermission/noPermission",
  111. "style": {
  112. "navigationBarTitleText": "暂无权限"
  113. }
  114. }]
  115. }, {
  116. "root": "subPages/myPage",
  117. "pages": [{
  118. "path": "myDetail/myDetail",
  119. "style": {
  120. "navigationBarTitleText": "个人信息"
  121. }
  122. }, {
  123. "path": "organization/organization",
  124. "style": {
  125. "navigationBarTitleText": "我的公司"
  126. }
  127. }, {
  128. "path": "download/download",
  129. "style": {
  130. "navigationBarTitleText": "我的下载"
  131. }
  132. }, {
  133. "path": "changeOrganization/changeOrganization",
  134. "style": {
  135. "navigationBarTitleText": "切换组织"
  136. }
  137. }, {
  138. "path": "chatList/chatList",
  139. "style": {
  140. "navigationBarTitleText": "聊天列表"
  141. }
  142. }, {
  143. "path": "serveChat/serveChat",
  144. "style": {
  145. "navigationBarTitleText": ""
  146. }
  147. }]
  148. }],
  149. "tabBar": {
  150. "color": "#7d7380",
  151. "selectedColor": "#3c9cff",
  152. "list": [{
  153. "pagePath": "pages/index/index",
  154. "iconPath": "static/images/tabbar/home.png",
  155. "selectedIconPath": "static/images/tabbar/home-active.png",
  156. "text": "工单"
  157. }, {
  158. "pagePath": "pages/model/model",
  159. "iconPath": "/static/images/tabbar/shop.png",
  160. "selectedIconPath": "/static/images/tabbar/shop-active.png",
  161. "text": "环境"
  162. }, {
  163. "pagePath": "pages/workark/workark",
  164. "iconPath": "/static/images/tabbar/workark.png",
  165. "selectedIconPath": "/static/images/tabbar/workark-active.png",
  166. "text": "workark"
  167. }, {
  168. "pagePath": "pages/shop/shop",
  169. "iconPath": "static/images/tabbar/chat.png",
  170. "selectedIconPath": "static/images/tabbar/chat-active.png",
  171. "text": "商城"
  172. }, {
  173. "pagePath": "pages/my/my",
  174. "iconPath": "static/images/tabbar/my.png",
  175. "selectedIconPath": "static/images/tabbar/my-active.png",
  176. "text": "我的"
  177. }]
  178. },
  179. "globalStyle": {
  180. "navigationBarTextStyle": "black",
  181. "navigationBarTitleText": "workark",
  182. "navigationBarBackgroundColor": "#fff"
  183. },
  184. "uniIdRouter": {}
  185. }