pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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/shopping/shopping",
  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. "subPackages": [{
  39. "root": "subPages/workarkPage",
  40. "pages": [{
  41. "path": "workarkDetail/workarkDetail",
  42. "style": {
  43. "navigationBarTitleText": "服务详情"
  44. }
  45. }, {
  46. "path": "coupon/coupon",
  47. "style": {
  48. "navigationBarTitleText": "优惠券"
  49. }
  50. }, {
  51. "path": "paymentStatus/paymentStatus",
  52. "style": {
  53. "navigationBarTitleText": "支付详情"
  54. }
  55. }]
  56. }, {
  57. "root": "subPages/chatPage",
  58. "pages": [{
  59. "path": "chat/chat",
  60. "style": {
  61. "navigationBarTitleText": ""
  62. }
  63. }]
  64. }, {
  65. "root": "subPages/indexPage",
  66. "pages": [{
  67. "path": "orderList/orderList",
  68. "style": {
  69. "navigationBarTitleText": "订单列表"
  70. }
  71. }, {
  72. "path": "orderDetail/orderDetail",
  73. "style": {
  74. "navigationBarTitleText": "订单详情"
  75. }
  76. }]
  77. }],
  78. "tabBar": {
  79. "color": "#7d7380",
  80. "selectedColor": "#3c9cff",
  81. "list": [{
  82. "pagePath": "pages/index/index",
  83. "iconPath": "static/images/tabbar/index.png",
  84. "selectedIconPath": "static/images/tabbar/index-active.png",
  85. "text": "首页"
  86. }, {
  87. "pagePath": "pages/message/message",
  88. "iconPath": "static/images/tabbar/chat.png",
  89. "selectedIconPath": "static/images/tabbar/chat-active.png",
  90. "text": "消息"
  91. }, {
  92. "pagePath": "pages/workark/workark",
  93. "iconPath": "static/images/tabbar/highseas.png",
  94. "selectedIconPath": "static/images/tabbar/highseas-active.png",
  95. "text": "workark"
  96. }, {
  97. "pagePath": "pages/shopping/shopping",
  98. "iconPath": "static/images/tabbar/data.png",
  99. "selectedIconPath": "static/images/tabbar/data-active.png",
  100. "text": "商城"
  101. }, {
  102. "pagePath": "pages/my/my",
  103. "iconPath": "static/images/tabbar/my.png",
  104. "selectedIconPath": "static/images/tabbar/my-active.png",
  105. "text": "我的"
  106. }]
  107. },
  108. "globalStyle": {
  109. "navigationBarTextStyle": "black",
  110. "navigationBarTitleText": "workark",
  111. "navigationBarBackgroundColor": "#fff"
  112. },
  113. "uniIdRouter": {}
  114. }