pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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/sterilization",
  72. "style": {
  73. "navigationBarTitleText": "注塑机",
  74. "navigationStyle": "custom"
  75. }
  76. },
  77. {
  78. "path": "pages/equipment/instructionsVideo",
  79. "style": {
  80. "navigationBarTitleText": "视频说明书",
  81. "navigationStyle": "custom"
  82. }
  83. },
  84. {
  85. "path": "pages/TUI-Index/index",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/TUI-Conversation/conversation/conversation",
  92. "style": {
  93. "navigationBarTitleText": "会话列表",
  94. "navigationBarBackgroundColor": "#006EFF",
  95. "backgroundColor": "#FFFFFF",
  96. "navigationBarTextStyle": "white"
  97. }
  98. },
  99. {
  100. "path": "pages/TUI-Chat/chat",
  101. "style": {
  102. "navigationStyle": "custom"
  103. }
  104. },
  105. {
  106. "path": "pages/TUI-Conversation/create-conversation/create",
  107. "style": {
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/TUI-User-Center/mine/mine",
  113. "style": {
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/TUI-User-Center/about/about",
  119. "style": {}
  120. },
  121. {
  122. "path": "pages/TUI-User-Center/personal/personal",
  123. "style": {}
  124. },
  125. {
  126. "path": "pages/TUI-User-Center/cancel/cancel",
  127. "style": {}
  128. },
  129. {
  130. "path": "pages/TUI-User-Center/webview/webview",
  131. "style": {}
  132. },
  133. {
  134. "path": "pages/TUI-Group/create-group/create",
  135. "style": {}
  136. },
  137. {
  138. "path": "pages/TUI-Group/join-group/join",
  139. "style": {
  140. "navigationStyle": "custom"
  141. }
  142. }
  143. ],
  144. "tabBar": {
  145. "color": "#333333",
  146. "selectedColor": "#3370FF",
  147. "backgroundColor": "#fff",
  148. "borderStyle": "white",
  149. "list": [
  150. // {
  151. // "pagePath": "pages/home",
  152. // "text": "首页",
  153. // "iconPath": "static/btn_kanban_gray.png",
  154. // "selectedIconPath": "static/btn_kanban_blue.png"
  155. // },
  156. {
  157. "pagePath": "pages/equipment/equipment",
  158. "text": "设备",
  159. "iconPath": "static/btn_shebei_gray.png",
  160. "selectedIconPath": "static/btn_shebei_blue.png"
  161. },
  162. {
  163. "pagePath": "pages/im/im",
  164. "text": "通讯录",
  165. "iconPath": "static/btn_shengc_gray.png",
  166. "selectedIconPath": "static/btn_shengc_blue.png"
  167. },
  168. {
  169. "pagePath": "pages/user/user",
  170. "text": "我的",
  171. "iconPath": "static/btn_mine_gray.png",
  172. "selectedIconPath": "static/btn_mine_blue.png"
  173. }
  174. ]
  175. },
  176. "globalStyle": {
  177. "navigationBarTextStyle": "black",
  178. "navigationBarTitleText": "uni-app",
  179. "navigationBarBackgroundColor": "#F8F8F8",
  180. "backgroundColor": "#F8F8F8"
  181. }
  182. }