pages.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  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/threadedHead",
  128. "style": {
  129. "navigationBarTitleText": "螺纹头",
  130. "navigationStyle": "custom"
  131. }
  132. },
  133. {
  134. "path": "pages/equipment/clothInspecting",
  135. "style": {
  136. "navigationBarTitleText": "验布机",
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "pages/equipment/injectionNeedle",
  142. "style": {
  143. "navigationBarTitleText": "注射针",
  144. "navigationStyle": "custom"
  145. }
  146. },
  147. {
  148. "path": "pages/equipment/instructionsVideo",
  149. "style": {
  150. "navigationBarTitleText": "视频说明书",
  151. "navigationStyle": "custom"
  152. }
  153. },
  154. {
  155. "path": "pages/TUI-Index/index",
  156. "style": {
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "pages/TUI-Conversation/conversation/conversation",
  162. "style": {
  163. "navigationBarTitleText": "会话列表",
  164. "navigationBarBackgroundColor": "#006EFF",
  165. "backgroundColor": "#FFFFFF",
  166. "navigationBarTextStyle": "white"
  167. }
  168. },
  169. {
  170. "path": "pages/TUI-Chat/chat",
  171. "style": {
  172. "navigationStyle": "custom"
  173. }
  174. },
  175. {
  176. "path": "pages/TUI-Conversation/create-conversation/create",
  177. "style": {
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path": "pages/TUI-User-Center/mine/mine",
  183. "style": {
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. {
  188. "path": "pages/TUI-User-Center/about/about",
  189. "style": {}
  190. },
  191. {
  192. "path": "pages/TUI-User-Center/personal/personal",
  193. "style": {}
  194. },
  195. {
  196. "path": "pages/TUI-User-Center/cancel/cancel",
  197. "style": {}
  198. },
  199. {
  200. "path": "pages/TUI-User-Center/webview/webview",
  201. "style": {}
  202. },
  203. {
  204. "path": "pages/TUI-Group/create-group/create",
  205. "style": {}
  206. },
  207. {
  208. "path": "pages/TUI-Group/join-group/join",
  209. "style": {
  210. "navigationStyle": "custom"
  211. }
  212. }
  213. ],
  214. "tabBar": {
  215. "color": "#333333",
  216. "selectedColor": "#3370FF",
  217. "backgroundColor": "#fff",
  218. "borderStyle": "black",
  219. "list": [
  220. // {
  221. // "pagePath": "pages/home",
  222. // "text": "首页",
  223. // "iconPath": "static/btn_kanban_gray.png",
  224. // "selectedIconPath": "static/btn_kanban_blue.png"
  225. // },
  226. {
  227. "pagePath": "pages/equipment/equipment",
  228. "text": "设备",
  229. "iconPath": "static/btn_shebei_gray.png",
  230. "selectedIconPath": "static/btn_shebei_blue.png"
  231. },
  232. // {
  233. // "pagePath": "pages/im/im",
  234. // "text": "协作",
  235. // "iconPath": "static/btn_sc_gray.png",
  236. // "selectedIconPath": "static/btn_sc_blue.png"
  237. // },
  238. // {
  239. // "pagePath": "pages/equipment/shengchang",
  240. // "text": "生产",
  241. // "iconPath": "static/btn_shengc_gray.png",
  242. // "selectedIconPath": "static/btn_shengc_blue.png"
  243. // },
  244. // {
  245. // "pagePath": "pages/equipment/jinxiaocun",
  246. // "text": "进销存",
  247. // "iconPath": "static/btn_jxc_gray.png",
  248. // "selectedIconPath": "static/btn_jxc_blue.png"
  249. // }
  250. // {
  251. // "pagePath": "pages/im/im",
  252. // "text": "通讯录",
  253. // "iconPath": "static/btn_shengc_gray.png",
  254. // "selectedIconPath": "static/btn_shengc_blue.png"
  255. // },
  256. {
  257. "pagePath": "pages/user/user",
  258. "text": "我的",
  259. "iconPath": "static/btn_mine_gray.png",
  260. "selectedIconPath": "static/btn_mine_blue.png"
  261. }
  262. ]
  263. },
  264. "globalStyle": {
  265. "navigationBarTextStyle": "black",
  266. "navigationBarTitleText": "uni-app",
  267. "navigationBarBackgroundColor": "#F8F8F8",
  268. "backgroundColor": "#F8F8F8"
  269. }
  270. }