pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/todo/index",
  18. "style": {
  19. "navigationBarTitleText": "待办",
  20. "enablePullDownRefresh": false
  21. }
  22. },
  23. {
  24. "path": "pages/message/index",
  25. "style": {
  26. "navigationBarTitleText": "消息",
  27. "enablePullDownRefresh": false
  28. }
  29. },
  30. {
  31. "path": "pages/mine/index",
  32. "style": {
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/login/login",
  38. "style": {
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/approval/detail",
  44. "style": {
  45. "navigationBarTitleText": "审批详情"
  46. }
  47. },
  48. {
  49. "path": "pages/message/detail",
  50. "style": {
  51. "navigationBarTitleText": "消息详情"
  52. }
  53. },
  54. {
  55. "path": "pages/mine/password",
  56. "style": {
  57. "navigationBarTitleText": "修改密码"
  58. }
  59. },
  60. {
  61. "path": "pages/mine/about",
  62. "style": {
  63. "navigationBarTitleText": "关于"
  64. }
  65. },
  66. {
  67. "path": "pages/mine/server",
  68. "style": {
  69. "navigationBarTitleText": "服务器设置"
  70. }
  71. },
  72. {
  73. "path": "pages/mine/privacy",
  74. "style": {
  75. "navigationBarTitleText": "隐私政策"
  76. }
  77. },
  78. {
  79. "path": "pages/s8/dashboard",
  80. "style": {
  81. "navigationBarTitleText": "异常工作台",
  82. "enablePullDownRefresh": true
  83. }
  84. },
  85. {
  86. "path": "pages/s8/list",
  87. "style": {
  88. "navigationBarTitleText": "异常列表",
  89. "enablePullDownRefresh": true
  90. }
  91. },
  92. {
  93. "path": "pages/s8/detail",
  94. "style": {
  95. "navigationBarTitleText": "异常详情"
  96. }
  97. },
  98. {
  99. "path": "pages/kanban/index",
  100. "style": {
  101. "navigationStyle": "custom",
  102. "enablePullDownRefresh": true
  103. }
  104. },
  105. {
  106. "path": "pages/query/stock",
  107. "style": {
  108. "navigationBarTitleText": "库存查询",
  109. "enablePullDownRefresh": true
  110. }
  111. },
  112. {
  113. "path": "pages/query/workorder",
  114. "style": {
  115. "navigationBarTitleText": "工单进度",
  116. "enablePullDownRefresh": true
  117. }
  118. },
  119. {
  120. "path": "pages/query/delivery",
  121. "style": {
  122. "navigationBarTitleText": "订单交付",
  123. "enablePullDownRefresh": true
  124. }
  125. },
  126. {
  127. "path": "pages/query/fqc",
  128. "style": {
  129. "navigationBarTitleText": "成品检验",
  130. "enablePullDownRefresh": true
  131. }
  132. }
  133. ],
  134. "globalStyle": {
  135. "navigationBarTextStyle": "white",
  136. "navigationBarTitleText": "Ai-DOP",
  137. "navigationBarBackgroundColor": "#2F3A52",
  138. "backgroundColor": "#F5F6F8"
  139. },
  140. "tabBar": {
  141. "color": "#909399",
  142. "selectedColor": "#2F3A52",
  143. "backgroundColor": "#FFFFFF",
  144. "borderStyle": "black",
  145. "list": [
  146. {
  147. "pagePath": "pages/index/index",
  148. "text": "首页",
  149. "iconPath": "static/tab/home.png",
  150. "selectedIconPath": "static/tab/home-active.png"
  151. },
  152. {
  153. "pagePath": "pages/todo/index",
  154. "text": "待办",
  155. "iconPath": "static/tab/todo.png",
  156. "selectedIconPath": "static/tab/todo-active.png"
  157. },
  158. {
  159. "pagePath": "pages/message/index",
  160. "text": "消息",
  161. "iconPath": "static/tab/message.png",
  162. "selectedIconPath": "static/tab/message-active.png"
  163. },
  164. {
  165. "pagePath": "pages/mine/index",
  166. "text": "我的",
  167. "iconPath": "static/tab/mine.png",
  168. "selectedIconPath": "static/tab/mine-active.png"
  169. }
  170. ]
  171. }
  172. }