pages.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. "subPackages": [{
  34. "root": "subPages/workarkPage",
  35. "pages": [{
  36. "path": "workarkDetail/workarkDetail",
  37. "style": {
  38. "navigationBarTitleText": "服务详情"
  39. }
  40. }, {
  41. "path": "surOrder/surOrder",
  42. "style": {
  43. "navigationBarTitleText": "确认订单"
  44. }
  45. }, {
  46. "path": "coupon/coupon",
  47. "style": {
  48. "navigationBarTitleText": "优惠券"
  49. }
  50. }]
  51. }],
  52. "tabBar": {
  53. "color": "#7d7380",
  54. "selectedColor": "#3c9cff",
  55. "list": [{
  56. "pagePath": "pages/index/index",
  57. "iconPath": "static/images/tabbar/index.png",
  58. "selectedIconPath": "static/images/tabbar/index-active.png",
  59. "text": "首页"
  60. }, {
  61. "pagePath": "pages/model/model",
  62. "iconPath": "static/images/tabbar/chat.png",
  63. "selectedIconPath": "static/images/tabbar/chat-active.png",
  64. "text": "模型"
  65. }, {
  66. "pagePath": "pages/workark/workark",
  67. "iconPath": "static/images/tabbar/highseas.png",
  68. "selectedIconPath": "static/images/tabbar/highseas-active.png",
  69. "text": "workark"
  70. }, {
  71. "pagePath": "pages/shopping/shopping",
  72. "iconPath": "static/images/tabbar/data.png",
  73. "selectedIconPath": "static/images/tabbar/data-active.png",
  74. "text": "商城"
  75. }, {
  76. "pagePath": "pages/my/my",
  77. "iconPath": "static/images/tabbar/my.png",
  78. "selectedIconPath": "static/images/tabbar/my-active.png",
  79. "text": "我的"
  80. }]
  81. },
  82. "globalStyle": {
  83. "navigationBarTextStyle": "black",
  84. "navigationBarTitleText": "workark",
  85. "navigationBarBackgroundColor": "#fff"
  86. },
  87. "uniIdRouter": {}
  88. }