pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/index/qrcode",
  11. "style": {
  12. "navigationBarTitleText":"设备详情"
  13. }
  14. },
  15. {
  16. "path": "pages/login/index",
  17. "style": {
  18. "navigationBarTitleText":"登录"
  19. }
  20. },
  21. {
  22. "path": "pages/submit_server/index",
  23. "style": {
  24. "navigationBarTitleText":"提交服务"
  25. }
  26. },
  27. {
  28. "path": "pages/see_progress/index",
  29. "style": {
  30. "navigationBarTitleText":"查看进度"
  31. }
  32. },
  33. {
  34. "path": "pages/see_progress/progress_detail",
  35. "style": {
  36. "navigationBarTitleText":"详情"
  37. }
  38. },
  39. {
  40. "path": "pages/evaluate/index",
  41. "style": {
  42. "navigationBarTitleText":"评价"
  43. }
  44. },
  45. {
  46. "path": "pages/evaluate/detail",
  47. "style": {
  48. "navigationBarTitleText":"工单详情"
  49. }
  50. },
  51. {
  52. "path": "pages/knowledge_base/index",
  53. "style": {
  54. "navigationBarTitleText":"知识库"
  55. }
  56. },
  57. {
  58. "path": "pages/evaluate/to_evaluate",
  59. "style": {
  60. "navigationBarTitleText":"去评价"
  61. }
  62. },
  63. {
  64. "path": "pages/evaluate/autograph",
  65. "style": {
  66. "navigationBarTitleText":"手写签名"
  67. }
  68. },
  69. {
  70. "path": "pages/knowledge_base/list",
  71. "style": {
  72. "navigationBarTitleText":"文章列表"
  73. }
  74. },
  75. {
  76. "path": "pages/knowledge_base/detail",
  77. "style": {
  78. "navigationBarTitleText":"文章详情"
  79. }
  80. },
  81. {
  82. "path": "pages/serviceMall/index",
  83. "style": {
  84. "navigationBarTitleText":"服务商城"
  85. }
  86. },
  87. {
  88. "path": "pages/serviceMall/cart",
  89. "style": {
  90. "navigationBarTitleText":"购物车"
  91. }
  92. },
  93. {
  94. "path": "pages/serviceMall/orderDetail",
  95. "style": {
  96. "navigationBarTitleText":"订单详情"
  97. }
  98. }
  99. ],
  100. "globalStyle": {
  101. "navigationBarTextStyle": "black",
  102. "navigationBarTitleText": "客户端",
  103. "navigationBarBackgroundColor": "#DFF0FF",
  104. "backgroundColor": "#DFF0FF"
  105. }
  106. }