pages.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. // uni-ui 规则如下配置
  6. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  7. }
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/user/login",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. //im页面
  18. {
  19. "path": "pages/equipment/equipment",
  20. "style": {
  21. "navigationBarTitleText": "设备",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/equipment/equipmentDemo",
  27. "style": {
  28. "navigationBarTitleText": "设备",
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/im/im",
  34. "style": {
  35. "navigationBarTitleText": "设备",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/TUI-Login/login",
  41. "style": {}
  42. },
  43. // {
  44. // "path": "pages/user/login",
  45. // "style": {
  46. // "navigationBarTitleText": "登录",
  47. // "navigationStyle": "custom"
  48. // }
  49. // },
  50. {
  51. "path": "pages/home",
  52. "style": {
  53. "navigationBarTitleText": "首页",
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/production/production",
  59. "style": {
  60. "navigationBarTitleText": "首页"
  61. }
  62. },
  63. {
  64. "path": "pages/user/user",
  65. "style": {
  66. "navigationBarTitleText": "首页",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/equipment/assemblyMachine",
  72. "style": {
  73. "navigationBarTitleText": "组装机",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/equipment/injectionMolding",
  79. "style": {
  80. "navigationBarTitleText": "注塑机",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/equipment/packingMachine",
  86. "style": {
  87. "navigationBarTitleText": "包装机",
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/equipment/shengchang",
  93. "style": {
  94. "navigationBarTitleText": "生产",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/equipment/jinxiaocun",
  100. "style": {
  101. "navigationBarTitleText": "进销存",
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/equipment/rollPrinter",
  107. "style": {
  108. "navigationBarTitleText": "滚印机",
  109. "navigationStyle": "custom"
  110. }
  111. },
  112. {
  113. "path": "pages/equipment/sterilization",
  114. "style": {
  115. "navigationBarTitleText": "注塑机",
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/equipment/warpKnitting",
  121. "style": {
  122. "navigationBarTitleText": "经编机",
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/equipment/instructionsVideo",
  128. "style": {
  129. "navigationBarTitleText": "视频说明书",
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "pages/TUI-Index/index",
  135. "style": {
  136. "navigationStyle": "custom"
  137. }
  138. },
  139. {
  140. "path": "pages/TUI-Conversation/conversation/conversation",
  141. "style": {
  142. "navigationBarTitleText": "会话列表",
  143. "navigationBarBackgroundColor": "#006EFF",
  144. "backgroundColor": "#FFFFFF",
  145. "navigationBarTextStyle": "white"
  146. }
  147. },
  148. {
  149. "path": "pages/TUI-Chat/chat",
  150. "style": {
  151. "navigationStyle": "custom"
  152. }
  153. },
  154. {
  155. "path": "pages/TUI-Conversation/create-conversation/create",
  156. "style": {
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "pages/TUI-User-Center/mine/mine",
  162. "style": {
  163. "navigationStyle": "custom"
  164. }
  165. },
  166. {
  167. "path": "pages/TUI-User-Center/about/about",
  168. "style": {}
  169. },
  170. {
  171. "path": "pages/TUI-User-Center/personal/personal",
  172. "style": {}
  173. },
  174. {
  175. "path": "pages/TUI-User-Center/cancel/cancel",
  176. "style": {}
  177. },
  178. {
  179. "path": "pages/TUI-User-Center/webview/webview",
  180. "style": {}
  181. },
  182. {
  183. "path": "pages/TUI-Group/create-group/create",
  184. "style": {}
  185. },
  186. {
  187. "path": "pages/TUI-Group/join-group/join",
  188. "style": {
  189. "navigationStyle": "custom"
  190. }
  191. }
  192. ],
  193. "tabBar": {
  194. "color": "#333333",
  195. "selectedColor": "#3370FF",
  196. "backgroundColor": "#fff",
  197. "borderStyle": "black",
  198. "list": [
  199. // {
  200. // "pagePath": "pages/home",
  201. // "text": "首页",
  202. // "iconPath": "static/btn_kanban_gray.png",
  203. // "selectedIconPath": "static/btn_kanban_blue.png"
  204. // },
  205. {
  206. "pagePath": "pages/equipment/equipment",
  207. "text": "设备",
  208. "iconPath": "static/btn_shebei_gray.png",
  209. "selectedIconPath": "static/btn_shebei_blue.png"
  210. },
  211. // {
  212. // "pagePath": "pages/im/im",
  213. // "text": "协作",
  214. // "iconPath": "static/btn_sc_gray.png",
  215. // "selectedIconPath": "static/btn_sc_blue.png"
  216. // },
  217. // {
  218. // "pagePath": "pages/equipment/shengchang",
  219. // "text": "生产",
  220. // "iconPath": "static/btn_shengc_gray.png",
  221. // "selectedIconPath": "static/btn_shengc_blue.png"
  222. // },
  223. // {
  224. // "pagePath": "pages/equipment/jinxiaocun",
  225. // "text": "进销存",
  226. // "iconPath": "static/btn_jxc_gray.png",
  227. // "selectedIconPath": "static/btn_jxc_blue.png"
  228. // }
  229. // {
  230. // "pagePath": "pages/im/im",
  231. // "text": "通讯录",
  232. // "iconPath": "static/btn_shengc_gray.png",
  233. // "selectedIconPath": "static/btn_shengc_blue.png"
  234. // },
  235. {
  236. "pagePath": "pages/user/user",
  237. "text": "我的",
  238. "iconPath": "static/btn_mine_gray.png",
  239. "selectedIconPath": "static/btn_mine_blue.png"
  240. }
  241. ]
  242. },
  243. "globalStyle": {
  244. "navigationBarTextStyle": "black",
  245. "navigationBarTitleText": "uni-app",
  246. "navigationBarBackgroundColor": "#F8F8F8",
  247. "backgroundColor": "#F8F8F8"
  248. }
  249. }