pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  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. //供应链模块~~~~~~~~~~~~~~~~~~~~~~~
  18. {
  19. "path": "pages/supplyChain/warehouse/list",
  20. "style": {
  21. "navigationBarTitleText": "仓库维护",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/supplyChain/warehouse/add",
  27. "style": {
  28. "navigationBarTitleText": "仓库维护添加",
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/supplyChain/product/list",
  34. "style": {
  35. "navigationBarTitleText": "产品列表",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/supplyChain/product/add",
  41. "style": {
  42. "navigationBarTitleText": "产品添加",
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/supplyChain/material/list",
  48. "style": {
  49. "navigationBarTitleText": "物料维护",
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path": "pages/supplyChain/material/add",
  55. "style": {
  56. "navigationBarTitleText": "物料维护添加",
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "pages/supplyChain/classify/classify",
  62. "style": {
  63. "navigationBarTitleText": "分类维护",
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "pages/supplyChain/purchase/purchase",
  69. "style": {
  70. "navigationBarTitleText": "物料申购",
  71. "navigationStyle": "custom"
  72. }
  73. },
  74. {
  75. "path": "pages/supplyChain/purchase/add",
  76. "style": {
  77. "navigationBarTitleText": "物料申购添加",
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "pages/supplyChain/workOrder/list",
  83. "style": {
  84. "navigationBarTitleText": "工单列表",
  85. "navigationStyle": "custom"
  86. }
  87. },
  88. {
  89. "path": "pages/supplyChain/workOrder/add",
  90. "style": {
  91. "navigationBarTitleText": "工单详情",
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/supplyChain/productionPlan/list",
  97. "style": {
  98. "navigationBarTitleText": "生产计划",
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/supplyChain/productionPlan/add",
  104. "style": {
  105. "navigationBarTitleText": "计划详情",
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "pages/supplyChain/productionReport/list",
  111. "style": {
  112. "navigationBarTitleText": "生产报工",
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "pages/supplyChain/productionReport/add",
  118. "style": {
  119. "navigationBarTitleText": "生产报工详情",
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "pages/supplyChain/warehousing/list",
  125. "style": {
  126. "navigationBarTitleText": "完工入库",
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "pages/supplyChain/warehousing/add",
  132. "style": {
  133. "navigationBarTitleText": "完工入库详情",
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "pages/supplyChain/lineManagement/list",
  139. "style": {
  140. "navigationBarTitleText": "线边管理",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "pages/supplyChain/lineManagement/details",
  146. "style": {
  147. "navigationBarTitleText": "线边管理详情",
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "pages/supplyChain/lineManagement/submit",
  153. "style": {
  154. "navigationBarTitleText": "线边管理提交",
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/supplyChain/sale/sale",
  160. "style": {
  161. "navigationBarTitleText": "销售订单",
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. "path": "pages/supplyChain/sale/add",
  167. "style": {
  168. "navigationBarTitleText": "销售订单新增",
  169. "navigationStyle": "custom"
  170. }
  171. },
  172. {
  173. "path": "pages/supplyChain/inOrOut/purchaseIn",
  174. "style": {
  175. "navigationBarTitleText": "采购入库",
  176. "navigationStyle": "custom"
  177. }
  178. },
  179. {
  180. "path": "pages/supplyChain/inOrOut/purchaseInAdd",
  181. "style": {
  182. "navigationBarTitleText": "采购入库添加",
  183. "navigationStyle": "custom"
  184. }
  185. },
  186. {
  187. "path": "pages/supplyChain/inOrOut/manualIn",
  188. "style": {
  189. "navigationBarTitleText": "手动入库",
  190. "navigationStyle": "custom"
  191. }
  192. },
  193. {
  194. "path": "pages/supplyChain/InventoryCount/list",
  195. "style": {
  196. "navigationBarTitleText": "库存盘点",
  197. "navigationStyle": "custom"
  198. }
  199. },
  200. //im页面~~~~~~~~~~~~~~~~~~
  201. {
  202. "path": "pages/equipment/equipment",
  203. "style": {
  204. "navigationBarTitleText": "设备",
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "pages/equipment/equipmentDemo",
  210. "style": {
  211. "navigationBarTitleText": "设备",
  212. "navigationStyle": "custom"
  213. }
  214. },
  215. {
  216. "path": "pages/im/im",
  217. "style": {
  218. "navigationBarTitleText": "设备",
  219. "navigationStyle": "custom"
  220. }
  221. },
  222. {
  223. "path": "pages/TUI-Login/login",
  224. "style": {}
  225. },
  226. // {
  227. // "path": "pages/user/login",
  228. // "style": {
  229. // "navigationBarTitleText": "登录",
  230. // "navigationStyle": "custom"
  231. // }
  232. // },
  233. {
  234. "path": "pages/home",
  235. "style": {
  236. "navigationBarTitleText": "首页",
  237. "navigationStyle": "custom"
  238. }
  239. },
  240. {
  241. "path": "pages/production/production",
  242. "style": {
  243. "navigationBarTitleText": "首页"
  244. }
  245. },
  246. {
  247. "path": "pages/user/user",
  248. "style": {
  249. "navigationBarTitleText": "首页",
  250. "navigationStyle": "custom"
  251. }
  252. },
  253. {
  254. "path": "pages/equipment/assemblyMachine",
  255. "style": {
  256. "navigationBarTitleText": "组装机",
  257. "navigationStyle": "custom"
  258. }
  259. },
  260. {
  261. "path": "pages/equipment/injectionMolding",
  262. "style": {
  263. "navigationBarTitleText": "注塑机",
  264. "navigationStyle": "custom"
  265. }
  266. },
  267. {
  268. "path": "pages/equipment/packingMachine",
  269. "style": {
  270. "navigationBarTitleText": "包装机",
  271. "navigationStyle": "custom"
  272. }
  273. },
  274. {
  275. "path": "pages/equipment/shengchang",
  276. "style": {
  277. "navigationBarTitleText": "生产",
  278. "navigationStyle": "custom"
  279. }
  280. },
  281. {
  282. "path": "pages/equipment/jinxiaocun",
  283. "style": {
  284. "navigationBarTitleText": "进销存",
  285. "navigationStyle": "custom"
  286. }
  287. },
  288. {
  289. "path": "pages/equipment/rollPrinter",
  290. "style": {
  291. "navigationBarTitleText": "滚印机",
  292. "navigationStyle": "custom"
  293. }
  294. },
  295. {
  296. "path": "pages/equipment/sterilization",
  297. "style": {
  298. "navigationBarTitleText": "注塑机",
  299. "navigationStyle": "custom"
  300. }
  301. },
  302. {
  303. "path": "pages/equipment/warpKnitting",
  304. "style": {
  305. "navigationBarTitleText": "经编机",
  306. "navigationStyle": "custom"
  307. }
  308. },
  309. {
  310. "path": "pages/equipment/threadedHead",
  311. "style": {
  312. "navigationBarTitleText": "螺纹头",
  313. "navigationStyle": "custom"
  314. }
  315. },
  316. {
  317. "path": "pages/equipment/clothInspecting",
  318. "style": {
  319. "navigationBarTitleText": "验布机",
  320. "navigationStyle": "custom"
  321. }
  322. },
  323. {
  324. "path": "pages/equipment/injectionNeedle",
  325. "style": {
  326. "navigationBarTitleText": "注射针",
  327. "navigationStyle": "custom"
  328. }
  329. },
  330. {
  331. "path": "pages/equipment/instructionsVideo",
  332. "style": {
  333. "navigationBarTitleText": "视频说明书",
  334. "navigationStyle": "custom"
  335. }
  336. },
  337. {
  338. "path": "pages/TUI-Index/index",
  339. "style": {
  340. "navigationStyle": "custom"
  341. }
  342. },
  343. {
  344. "path": "pages/TUI-Conversation/conversation/conversation",
  345. "style": {
  346. "navigationBarTitleText": "会话列表",
  347. "navigationBarBackgroundColor": "#006EFF",
  348. "backgroundColor": "#FFFFFF",
  349. "navigationBarTextStyle": "white"
  350. }
  351. },
  352. {
  353. "path": "pages/TUI-Chat/chat",
  354. "style": {
  355. "navigationStyle": "custom"
  356. }
  357. },
  358. {
  359. "path": "pages/TUI-Conversation/create-conversation/create",
  360. "style": {
  361. "navigationStyle": "custom"
  362. }
  363. },
  364. {
  365. "path": "pages/TUI-User-Center/mine/mine",
  366. "style": {
  367. "navigationStyle": "custom"
  368. }
  369. },
  370. {
  371. "path": "pages/TUI-User-Center/about/about",
  372. "style": {}
  373. },
  374. {
  375. "path": "pages/TUI-User-Center/personal/personal",
  376. "style": {}
  377. },
  378. {
  379. "path": "pages/TUI-User-Center/cancel/cancel",
  380. "style": {}
  381. },
  382. {
  383. "path": "pages/TUI-User-Center/webview/webview",
  384. "style": {}
  385. },
  386. {
  387. "path": "pages/TUI-Group/create-group/create",
  388. "style": {}
  389. },
  390. {
  391. "path": "pages/TUI-Group/join-group/join",
  392. "style": {
  393. "navigationStyle": "custom"
  394. }
  395. }
  396. ],
  397. "tabBar": {
  398. "color": "#333333",
  399. "selectedColor": "#3370FF",
  400. "backgroundColor": "#fff",
  401. "borderStyle": "black",
  402. "list": [
  403. // {
  404. // "pagePath": "pages/home",
  405. // "text": "首页",
  406. // "iconPath": "static/btn_kanban_gray.png",
  407. // "selectedIconPath": "static/btn_kanban_blue.png"
  408. // },
  409. {
  410. "pagePath": "pages/equipment/equipment",
  411. "text": "设备",
  412. "iconPath": "static/btn_shebei_gray.png",
  413. "selectedIconPath": "static/btn_shebei_blue.png"
  414. },
  415. // {
  416. // "pagePath": "pages/im/im",
  417. // "text": "协作",
  418. // "iconPath": "static/btn_sc_gray.png",
  419. // "selectedIconPath": "static/btn_sc_blue.png"
  420. // },
  421. // {
  422. // "pagePath": "pages/equipment/shengchang",
  423. // "text": "生产",
  424. // "iconPath": "static/btn_shengc_gray.png",
  425. // "selectedIconPath": "static/btn_shengc_blue.png"
  426. // },
  427. {
  428. "pagePath": "pages/equipment/jinxiaocun",
  429. "text": "进销存",
  430. "iconPath": "static/btn_jxc_gray.png",
  431. "selectedIconPath": "static/btn_jxc_blue.png"
  432. },
  433. // {
  434. // "pagePath": "pages/im/im",
  435. // "text": "通讯录",
  436. // "iconPath": "static/btn_shengc_gray.png",
  437. // "selectedIconPath": "static/btn_shengc_blue.png"
  438. // },
  439. {
  440. "pagePath": "pages/user/user",
  441. "text": "我的",
  442. "iconPath": "static/btn_mine_gray.png",
  443. "selectedIconPath": "static/btn_mine_blue.png"
  444. }
  445. ]
  446. },
  447. "globalStyle": {
  448. "navigationBarTextStyle": "black",
  449. "navigationBarTitleText": "uni-app",
  450. "navigationBarBackgroundColor": "#F8F8F8",
  451. "backgroundColor": "#F8F8F8"
  452. }
  453. }