pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  6. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  7. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
  8. "^ut-(.*)": "@/src/components/ut-$1/ut-$1.vue",
  9. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  10. }
  11. },
  12. "pages": [
  13. //开发完成后需要删除的页面
  14. {
  15. "path": "pages/plant/base/index",
  16. "style": {
  17. "navigationBarTitleText": "种植端基地"
  18. }
  19. },
  20. // 种植端仓储与放行
  21. {
  22. "path": "pages/plant/storage/index",
  23. "style": {
  24. "navigationBarTitleText": "种植端仓储与放行"
  25. }
  26. },
  27. // 种植端更多
  28. {
  29. "path": "pages/plant/more/index",
  30. "style": {
  31. "navigationBarTitleText": "种植端更多"
  32. }
  33. },
  34. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  35. {
  36. "path": "pages/index/index",
  37. "style": {
  38. "navigationBarTitleText": "首页"
  39. }
  40. },
  41. {
  42. "path": "pages/login/login",
  43. "style": {
  44. "navigationBarTitleText": "用户登录"
  45. }
  46. },
  47. {
  48. "path": "pages/plant/port/index",
  49. "style": {
  50. "navigationBarTitleText": "种植端种养殖"
  51. }
  52. },
  53. //>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  54. {
  55. "path": "pages/production/index",
  56. "style": {
  57. "navigationBarTitleText": "生产端"
  58. }
  59. }
  60. ],
  61. "subPackages": [
  62. {
  63. // 基地分包
  64. "root": "plant/base",
  65. "pages": [
  66. {
  67. "path": "base-list/index",
  68. "style": {
  69. "navigationBarTitleText": "基地列表"
  70. }
  71. },
  72. {
  73. "path": "base-detail/index",
  74. "style": {
  75. "navigationBarTitleText": "基地详情"
  76. }
  77. },
  78. {
  79. "path": "base-edit/index",
  80. "style": {
  81. "navigationBarTitleText": "编辑基地"
  82. }
  83. },
  84. {
  85. "path": "base-map/index",
  86. "style": {
  87. "navigationBarTitleText": "基地地图"
  88. }
  89. },
  90. // GAP基地信息
  91. {
  92. "path": "gap-base-info/index",
  93. "style": {
  94. "navigationBarTitleText": "GAP基地信息"
  95. }
  96. },
  97. // 添加Gap基地信息添加
  98. {
  99. "path": "gap-base-info-edit/index",
  100. "style": {
  101. "navigationBarTitleText": "添加GAP基地信息"
  102. }
  103. },
  104. // GAP基地详情
  105. {
  106. "path": "gap-base-info-detail/index",
  107. "style": {
  108. "navigationBarTitleText": "GAP基地详情"
  109. }
  110. },
  111. // 标记三无一全基地
  112. {
  113. "path": "mark-swyq-base/index",
  114. "style": {
  115. "navigationBarTitleText": "标记三无一全基地"
  116. }
  117. },
  118. // 标记三无一全基地详情
  119. {
  120. "path": "mark-swyq-base-detail/index",
  121. "style": {
  122. "navigationBarTitleText": "三无一全基地详情"
  123. }
  124. }
  125. ]
  126. },
  127. // 主营物种
  128. {
  129. "root": "plant/species",
  130. "pages": [
  131. {
  132. "path": "config/index",
  133. "style": {
  134. "navigationBarTitleText": "配置主营物种"
  135. }
  136. }
  137. ]
  138. },
  139. // 种养殖
  140. {
  141. "root": "plant/port",
  142. "pages": [
  143. {
  144. "path": "port-create/index",
  145. "style": {
  146. "navigationBarTitleText": "创建种养殖任务"
  147. }
  148. },
  149. {
  150. "path": "port-detail/index",
  151. "style": {
  152. "navigationBarTitleText": "种养殖任务列表"
  153. }
  154. },
  155. {
  156. "path": "port-supervise/index",
  157. "style": {
  158. "navigationBarTitleText": "管理列表"
  159. }
  160. },
  161. {
  162. "path": "supervise/supervise-plant-create/index",
  163. "style": {
  164. "navigationBarTitleText": "添加种植管理记录"
  165. }
  166. },
  167. {
  168. "path": "supervise/supervise-breeding-create/index",
  169. "style": {
  170. "navigationBarTitleText": "添加繁育管理记录"
  171. }
  172. },
  173. {
  174. "path": "supervise/supervise-plant-detail/index",
  175. "style": {
  176. "navigationBarTitleText": "种植管理记录详情"
  177. }
  178. },
  179. {
  180. "path": "supervise/supervise-raising-create/index",
  181. "style": {
  182. "navigationBarTitleText": "添加饲养管理记录"
  183. }
  184. },
  185. {
  186. "path": "supervise/supervise-material-create/index",
  187. "style": {
  188. "navigationBarTitleText": "投入物料记录"
  189. }
  190. },
  191. {
  192. "path": "supervise/supervise-material-detail/index",
  193. "style": {
  194. "navigationBarTitleText": "投入物料记录详情"
  195. }
  196. },
  197. {
  198. "path": "port-listinfo/index",
  199. "style": {
  200. "navigationBarTitleText": "种源信息列表"
  201. }
  202. }
  203. ]
  204. },
  205. // 库存
  206. {
  207. "root": "plant/storage",
  208. "pages": [
  209. // 库房管理
  210. {
  211. "path": "storage-room/list/index",
  212. "style": {
  213. "navigationBarTitleText": "库房管理"
  214. }
  215. },
  216. // 新增库房
  217. {
  218. "path": "storage-room/edit/index",
  219. "style": {
  220. "navigationBarTitleText": "新增库房"
  221. }
  222. },
  223. // 库房详情
  224. {
  225. "path": "storage-room/detail/index",
  226. "style": {
  227. "navigationBarTitleText": "库房详情"
  228. }
  229. },
  230. // 种源库
  231. {
  232. "path": "seed-source/list/index",
  233. "style": {
  234. "navigationBarTitleText": "种源库"
  235. }
  236. },
  237. // 种源库详情
  238. {
  239. "path": "seed-source/detail/index",
  240. "style": {
  241. "navigationBarTitleText": "种源详情"
  242. }
  243. },
  244. // 新增种源入库
  245. {
  246. "path": "seed-source/add/index",
  247. "style": {
  248. "navigationBarTitleText": "新增种源入库"
  249. }
  250. },
  251. // 添加种源信息
  252. {
  253. "path": "seed-source/info-edit/index",
  254. "style": {
  255. "navigationBarTitleText": "添加种源信息"
  256. }
  257. },
  258. // 修改种源信息,单条
  259. {
  260. "path": "seed-source/info-update/index",
  261. "style": {
  262. "navigationBarTitleText": "修改种源信息"
  263. }
  264. },
  265. // 农资库
  266. {
  267. "path": "agro-product/list/index",
  268. "style": {
  269. "navigationBarTitleText": "农资库"
  270. }
  271. },
  272. // 新增农资入库
  273. {
  274. "path": "agro-product/add/index",
  275. "style": {
  276. "navigationBarTitleText": "新增农资入库"
  277. }
  278. },
  279. // 添加农资信息
  280. {
  281. "path": "agro-product/info-edit/index",
  282. "style": {
  283. "navigationBarTitleText": "添加农资信息"
  284. }
  285. },
  286. // 农资详情
  287. {
  288. "path": "agro-product/detail/index",
  289. "style": {
  290. "navigationBarTitleText": "农资详情"
  291. }
  292. },
  293. // 修改农资信息,单条
  294. {
  295. "path": "agro-product/info-update/index",
  296. "style": {
  297. "navigationBarTitleText": "修改农资信息"
  298. }
  299. },
  300. // 出入库清单
  301. {
  302. "path": "stock-list/index",
  303. "style": {
  304. "navigationBarTitleText": "农资出入库清单"
  305. }
  306. },
  307. // 库存耗损登记
  308. {
  309. "path": "loss-register/index",
  310. "style": {
  311. "navigationBarTitleText": "农资库存损耗登记"
  312. }
  313. },
  314. // 鲜货库
  315. {
  316. "path": "fresh-goods/list/index",
  317. "style": {
  318. "navigationBarTitleText": "鲜货库"
  319. }
  320. },
  321. // 鲜货详情
  322. {
  323. "path": "fresh-goods/detail/index",
  324. "style": {
  325. "navigationBarTitleText": "鲜货详情"
  326. }
  327. },
  328. // 新增鲜货入库
  329. {
  330. "path": "fresh-goods/add/index",
  331. "style": {
  332. "navigationBarTitleText": "新增鲜货入库"
  333. }
  334. },
  335. // 修改鲜货信息,单条
  336. {
  337. "path": "fresh-goods/info-update/index",
  338. "style": {
  339. "navigationBarTitleText": "修改鲜货信息"
  340. }
  341. }
  342. ]
  343. },
  344. // 往来单位管理
  345. {
  346. "root": "plant/contact-unit",
  347. "pages": [
  348. {
  349. "path": "unit-list/index",
  350. "style": {
  351. "navigationBarTitleText": "往来单位管理"
  352. }
  353. },
  354. {
  355. "path": "unit-edit/index",
  356. "style": {
  357. "navigationBarTitleText": "新增往来单位信息"
  358. }
  359. },
  360. {
  361. "path": "unit-detail/index",
  362. "style": {
  363. "navigationBarTitleText": "往来单位详情"
  364. }
  365. }
  366. ]
  367. },
  368. {
  369. "root": "tools",
  370. "pages": [
  371. {
  372. "path": "map-draw-area/index",
  373. "style": {
  374. "navigationBarTitleText": "地图绘制面积图",
  375. "disableScroll": true,
  376. "enablePullDownRefresh": false,
  377. "navigationStyle": "default"
  378. }
  379. },
  380. {
  381. "path": "map-gd/index",
  382. "style": {
  383. "navigationBarTitleText": "地图绘制面积图",
  384. "disableScroll": true,
  385. "enablePullDownRefresh": false,
  386. "navigationStyle": "default"
  387. }
  388. },
  389. // 选择企业人员
  390. {
  391. "path": "select-cpy-member/index",
  392. "style": {
  393. "navigationBarTitleText": "选择企业成员"
  394. }
  395. },
  396. // 选择获评品种
  397. {
  398. "path": "select-medicine/index",
  399. "style": {
  400. "navigationBarTitleText": "选择获评品种"
  401. }
  402. },
  403. // 选择GAP获评信息
  404. {
  405. "path": "select-gap-info/index",
  406. "style": {
  407. "navigationBarTitleText": "选择GAP获评信息"
  408. }
  409. },
  410. {
  411. "path": "por-torganism/index",
  412. "style": {
  413. "navigationBarTitleText": "选择动植物类型"
  414. }
  415. },
  416. // 选择操作地块
  417. {
  418. "path": "supervise-plot/index",
  419. "style": {
  420. "navigationBarTitleText": "选择操作地块"
  421. }
  422. },
  423. // 选择操作个体
  424. {
  425. "path": "supervise-individual/index",
  426. "style": {
  427. "navigationBarTitleText": "选择操作个体"
  428. }
  429. },
  430. // 选择农资
  431. {
  432. "path": "supervise-material/index",
  433. "style": {
  434. "navigationBarTitleText": "选择农资"
  435. }
  436. },
  437. // 选择操作时间
  438. {
  439. "path": "species-info/index",
  440. "style": {
  441. "navigationBarTitleText": "选择种源信息"
  442. }
  443. }
  444. ]
  445. },
  446. // 审核端分包
  447. {
  448. "root": "audit/plant",
  449. "pages": [
  450. {
  451. "path": "base/audit-list/index",
  452. "style": {
  453. "navigationBarTitleText": "基地审核列表"
  454. }
  455. },
  456. {
  457. "path": "base/audit-detail/index",
  458. "style": {
  459. "navigationBarTitleText": "基地审核详情"
  460. }
  461. }
  462. ]
  463. }
  464. ],
  465. "tabBar": {
  466. "custom": true,
  467. "list": [
  468. {
  469. "pagePath": "pages/plant/base/index"
  470. },
  471. {
  472. "pagePath": "pages/plant/port/index"
  473. },
  474. {
  475. "pagePath": "pages/plant/storage/index"
  476. },
  477. {
  478. "pagePath": "pages/plant/more/index"
  479. }
  480. ]
  481. },
  482. "globalStyle": {
  483. "navigationStyle": "custom",
  484. "navigationBarTextStyle": "black",
  485. "navigationBarTitleText": "中药材种植全链条追溯系统",
  486. "navigationBarBackgroundColor": "#F8F8F8",
  487. "backgroundColor": "#F8F8F8",
  488. "rpxCalcMaxDeviceWidth": 1920,
  489. "rpxCalcBaseDeviceWidth": 375,
  490. "rpxCalcIncludeWidth": 750
  491. }
  492. }