pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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. //im页面
  11. {
  12. "path": "pages/equipment/equipment",
  13. "style": {
  14. "navigationBarTitleText": "设备",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/im/im",
  20. "style": {
  21. "navigationBarTitleText": "设备",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/TUI-Login/login",
  27. "style": {}
  28. },
  29. {
  30. "path": "pages/user/login",
  31. "style": {
  32. "navigationBarTitleText": "登录",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/home",
  38. "style": {
  39. "navigationBarTitleText": "首页",
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "pages/production/production",
  45. "style": {
  46. "navigationBarTitleText": "首页"
  47. }
  48. },
  49. {
  50. "path": "pages/user/user",
  51. "style": {
  52. "navigationBarTitleText": "首页",
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/equipment/assemblyMachine",
  58. "style": {
  59. "navigationBarTitleText": "组装机",
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/equipment/injectionMolding",
  65. "style": {
  66. "navigationBarTitleText": "注塑机",
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/equipment/shengchang",
  72. "style": {
  73. "navigationBarTitleText": "生产",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/equipment/jinxiaocun",
  79. "style": {
  80. "navigationBarTitleText": "进销存",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/equipment/sterilization",
  86. "style": {
  87. "navigationBarTitleText": "注塑机",
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/equipment/instructionsVideo",
  93. "style": {
  94. "navigationBarTitleText": "视频说明书",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/TUI-Index/index",
  100. "style": {
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "pages/TUI-Conversation/conversation/conversation",
  106. "style": {
  107. "navigationBarTitleText": "会话列表",
  108. "navigationBarBackgroundColor": "#006EFF",
  109. "backgroundColor": "#FFFFFF",
  110. "navigationBarTextStyle": "white"
  111. }
  112. },
  113. {
  114. "path": "pages/TUI-Chat/chat",
  115. "style": {
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/TUI-Conversation/create-conversation/create",
  121. "style": {
  122. "navigationStyle": "custom"
  123. }
  124. },
  125. {
  126. "path": "pages/TUI-User-Center/mine/mine",
  127. "style": {
  128. "navigationStyle": "custom"
  129. }
  130. },
  131. {
  132. "path": "pages/TUI-User-Center/about/about",
  133. "style": {}
  134. },
  135. {
  136. "path": "pages/TUI-User-Center/personal/personal",
  137. "style": {}
  138. },
  139. {
  140. "path": "pages/TUI-User-Center/cancel/cancel",
  141. "style": {}
  142. },
  143. {
  144. "path": "pages/TUI-User-Center/webview/webview",
  145. "style": {}
  146. },
  147. {
  148. "path": "pages/TUI-Group/create-group/create",
  149. "style": {}
  150. },
  151. {
  152. "path": "pages/TUI-Group/join-group/join",
  153. "style": {
  154. "navigationStyle": "custom"
  155. }
  156. }
  157. ],
  158. "tabBar": {
  159. "color": "#333333",
  160. "selectedColor": "#3370FF",
  161. "backgroundColor": "#fff",
  162. "borderStyle": "black",
  163. "list": [
  164. // {
  165. // "pagePath": "pages/home",
  166. // "text": "首页",
  167. // "iconPath": "static/btn_kanban_gray.png",
  168. // "selectedIconPath": "static/btn_kanban_blue.png"
  169. // },
  170. {
  171. "pagePath": "pages/equipment/equipment",
  172. "text": "设备",
  173. "iconPath": "static/btn_shebei_gray.png",
  174. "selectedIconPath": "static/btn_shebei_blue.png"
  175. },
  176. {
  177. "pagePath": "pages/im/im",
  178. "text": "协作",
  179. "iconPath": "static/btn_sc_gray.png",
  180. "selectedIconPath": "static/btn_sc_blue.png"
  181. },
  182. {
  183. "pagePath": "pages/equipment/shengchang",
  184. "text": "生产",
  185. "iconPath": "static/btn_shengc_gray.png",
  186. "selectedIconPath": "static/btn_shengc_blue.png"
  187. },
  188. {
  189. "pagePath": "pages/equipment/jinxiaocun",
  190. "text": "进销存",
  191. "iconPath": "static/btn_jxc_gray.png",
  192. "selectedIconPath": "static/btn_jxc_blue.png"
  193. }
  194. // {
  195. // "pagePath": "pages/im/im",
  196. // "text": "通讯录",
  197. // "iconPath": "static/btn_shengc_gray.png",
  198. // "selectedIconPath": "static/btn_shengc_blue.png"
  199. // },
  200. // {
  201. // "pagePath": "pages/user/user",
  202. // "text": "我的",
  203. // "iconPath": "static/btn_mine_gray.png",
  204. // "selectedIconPath": "static/btn_mine_blue.png"
  205. // }
  206. ]
  207. },
  208. "globalStyle": {
  209. "navigationBarTextStyle": "black",
  210. "navigationBarTitleText": "uni-app",
  211. "navigationBarBackgroundColor": "#F8F8F8",
  212. "backgroundColor": "#F8F8F8"
  213. }
  214. }