pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. // "condition": { //模式配置,仅开发期间生效
  6. // "current": 0, //当前激活的模式(list 的索引项)
  7. // "list": [{
  8. // "name": "test", //模式名称
  9. // "path": "pages/componentsC/test/index", //启动页面,必选
  10. // "query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数,在页面的onLoad函数里面得到
  11. // }]
  12. // },
  13. "pages": [
  14. // 反应页
  15. {
  16. "path": "pages/index",
  17. "style": {
  18. "titleNView": false
  19. }
  20. },
  21. // 个人中心
  22. {
  23. "path": "pages/personalCenter/personalCenter",
  24. "style": {
  25. "navigationBarTitleText": "我的",
  26. "titleNView": false,
  27. "navigationBarTextStyle": "black",
  28. "app-plus": {
  29. "bounce": "none", //关闭窗口回弹效果
  30. "scrollIndicator": "none" //app页面不显示滚动条
  31. }
  32. }
  33. },
  34. // 首页
  35. {
  36. "path": "pages/home/home",
  37. "style": {
  38. "navigationBarTitleText": "首页",
  39. "titleNView": false,
  40. "popGesture": "none",
  41. "navigationBarTextStyle": "black",
  42. "app-plus": {
  43. "bounce": "none", //关闭窗口回弹效果
  44. "scrollIndicator": "none" //app页面不显示滚动条
  45. }
  46. }
  47. },
  48. // 测试
  49. {
  50. "path": "pages/home/ceshi",
  51. "style": {
  52. "navigationBarTitleText": "天眼",
  53. "app-plus": {
  54. "titleNView": {
  55. "type": "transparent"
  56. }
  57. }
  58. // "navigationBarTextStyle": "black"
  59. }
  60. },
  61. // 消息
  62. {
  63. "path": "pages/information/information",
  64. "style": {
  65. "navigationBarTitleText": "消息"
  66. }
  67. },
  68. // 登录
  69. {
  70. "path": "pages/login/login",
  71. "style": {
  72. "navigationBarTitleText": "登录",
  73. "titleNView": false
  74. }
  75. }
  76. ],
  77. "subPackages": [{
  78. "root": "pages/personalCenter",
  79. "pages": [
  80. // 我的设置
  81. {
  82. "path": "/setUp",
  83. "style": {
  84. "navigationBarTitleText": "设置",
  85. "titleNView": false,
  86. "navigationBarTextStyle": "black",
  87. "popGesture": "none",
  88. "app-plus": {
  89. "bounce": "none", //关闭窗口回弹效果
  90. "scrollIndicator": "none" //app页面不显示滚动条
  91. }
  92. }
  93. }
  94. ]
  95. }, {
  96. "root": "pages/home",
  97. "pages": [
  98. //库龄统计
  99. {
  100. "path" : "/ageStatistics/index",
  101. "style" :
  102. {
  103. "navigationBarTitleText": "库龄统计",
  104. "enablePullDownRefresh": false,
  105. "navigationBarTextStyle": "white"
  106. }
  107. },//仓库摄像头列表
  108. {
  109. "path" : "/cameraList/index",
  110. "style" :
  111. {
  112. "titleNView": false,
  113. "navigationBarTitleText": "监控列表",
  114. "enablePullDownRefresh": false,
  115. "navigationBarTextStyle": "white"
  116. }
  117. },//查看监控列表画面
  118. {
  119. "path" : "/cameraList/viewMonitoring",
  120. "style" :
  121. {
  122. "navigationStyle": "custom",
  123. "navigationBarTitleText": "全部",
  124. "enablePullDownRefresh": false,
  125. "navigationBarTextStyle": "white"
  126. }
  127. },
  128. //添加摄像头
  129. {
  130. "path" : "/cameraList/addCamera",
  131. "style" :
  132. {
  133. "navigationBarTitleText": "添加摄像头",
  134. "enablePullDownRefresh": false,
  135. "navigationBarTextStyle": "white"
  136. }
  137. },
  138. // 入库列表
  139. {
  140. "path": "/myorder/index",
  141. "style": {
  142. "navigationBarTitleText": "入库列表",
  143. "navigationBarTextStyle": "white",
  144. "app-plus": {
  145. "bounce": "none", //关闭窗口回弹效果
  146. "scrollIndicator": "none" //app页面不显示滚动条
  147. }
  148. }
  149. },
  150. // 出库列表
  151. {
  152. "path": "/delivery/index",
  153. "style": {
  154. "navigationBarTitleText": "出库列表",
  155. "navigationBarTextStyle": "white",
  156. "app-plus": {
  157. "bounce": "none", //关闭窗口回弹效果
  158. "scrollIndicator": "none" //app页面不显示滚动条
  159. }
  160. }
  161. },
  162. // 入库明细列表
  163. {
  164. "path": "/myorder/detailed",
  165. "style": {
  166. "navigationBarTitleText": "入库明细列表",
  167. "titleNView": false,
  168. "navigationBarTextStyle": "white",
  169. "app-plus": {
  170. "bounce": "none", //关闭窗口回弹效果
  171. "scrollIndicator": "none" //app页面不显示滚动条
  172. }
  173. }
  174. },
  175. // 出库明细列表
  176. {
  177. "path": "/delivery/detailed",
  178. "style": {
  179. "navigationBarTitleText": "出库明细列表",
  180. "titleNView": false,
  181. "navigationBarTextStyle": "white",
  182. "app-plus": {
  183. "bounce": "none", //关闭窗口回弹效果
  184. "scrollIndicator": "none" //app页面不显示滚动条
  185. }
  186. }
  187. },
  188. // 入库明细列表
  189. {
  190. "path": "/myorder/orderDetails/index",
  191. "style": {
  192. "navigationBarTitleText": "入库详情",
  193. // "titleNView": false,
  194. "navigationBarTextStyle": "white",
  195. "app-plus": {
  196. "bounce": "none", //关闭窗口回弹效果
  197. "scrollIndicator": "none" //app页面不显示滚动条
  198. }
  199. }
  200. },
  201. // 出库明细列表
  202. {
  203. "path": "/delivery/orderDetails/index",
  204. "style": {
  205. "navigationBarTitleText": "出库详情",
  206. // "titleNView": false,
  207. "navigationBarTextStyle": "white",
  208. "app-plus": {
  209. "bounce": "none", //关闭窗口回弹效果
  210. "scrollIndicator": "none" //app页面不显示滚动条
  211. }
  212. }
  213. },
  214. // 入库新行
  215. {
  216. "path": "/myorder/orderDetails/newlyAdded",
  217. "style": {
  218. "navigationBarTitleText": "入库新行",
  219. // "titleNView": false,
  220. "navigationBarTextStyle": "white",
  221. "app-plus": {
  222. "bounce": "none", //关闭窗口回弹效果
  223. "scrollIndicator": "none" //app页面不显示滚动条
  224. }
  225. }
  226. },
  227. // 出库新行
  228. {
  229. "path": "/delivery/orderDetails/newlyAdded",
  230. "style": {
  231. "navigationBarTitleText": "出库新行",
  232. // "titleNView": false,
  233. "navigationBarTextStyle": "white",
  234. "app-plus": {
  235. "bounce": "none", //关闭窗口回弹效果
  236. "scrollIndicator": "none" //app页面不显示滚动条
  237. }
  238. }
  239. },
  240. //船期查询
  241. {
  242. "path" : "/freightCalculation/shipSchedule",
  243. "style" :
  244. {
  245. "navigationBarTitleText": "船期查询",
  246. "enablePullDownRefresh": false,
  247. "titleNView": false,
  248. "navigationBarTextStyle": "white"
  249. }
  250. },
  251. //船期信息
  252. {
  253. "path" : "/freightCalculation/shippingInformation",
  254. "style" :
  255. {
  256. "navigationBarTitleText": "船期信息",
  257. "enablePullDownRefresh": false,
  258. "titleNView": false,
  259. "navigationBarTextStyle": "white"
  260. }
  261. },
  262. //海运费计算
  263. {
  264. "path" : "/freightCalculation/freightCalculation",
  265. "style" :
  266. {
  267. "navigationBarTitleText": "运费计算",
  268. "enablePullDownRefresh": false,
  269. "navigationBarTextStyle": "white"
  270. }
  271. },
  272. //巡检
  273. {
  274. "path" : "/patrolInspection/index",
  275. "style" :
  276. {
  277. "navigationBarTitleText": "我的巡检",
  278. "enablePullDownRefresh": false,
  279. "titleNView": false,
  280. "navigationBarTextStyle": "white"
  281. }
  282. },
  283. //巡检
  284. {
  285. "path" : "/patrolInspection/createPatrol",
  286. "style" :
  287. {
  288. "navigationBarTitleText": "创建巡检",
  289. "enablePullDownRefresh": false,
  290. "navigationBarTextStyle": "white"
  291. }
  292. },
  293. //巡检详情
  294. {
  295. "path" : "/patrolInspection/patrolDetails",
  296. "style" :
  297. {
  298. "navigationBarTitleText": "巡检详情",
  299. "enablePullDownRefresh": false,
  300. "navigationBarTextStyle": "white"
  301. }
  302. },
  303. //统一审核页
  304. {
  305. "path" : "/allReview/index",
  306. "style" :
  307. {
  308. "navigationBarTitleText": "我的审核",
  309. "enablePullDownRefresh": false,
  310. "navigationBarTextStyle": "white"
  311. }
  312. },
  313. //我的审核
  314. {
  315. "path" : "/myReview/index",
  316. "style" :
  317. {
  318. "navigationBarTitleText": "我的审核",
  319. "enablePullDownRefresh": false,
  320. "navigationBarTextStyle": "white"
  321. }
  322. },
  323. //采购申请
  324. {
  325. "path" : "/procurementApplicationApproval/index",
  326. "style" :
  327. {
  328. "navigationBarTitleText": "采购申请",
  329. "enablePullDownRefresh": false,
  330. "navigationBarTextStyle": "white"
  331. }
  332. },
  333. //采购申请详情页
  334. {
  335. "path" : "/procurementApplicationApproval/detailsOrUpdates",
  336. "style" :
  337. {
  338. "navigationBarTitleText": "采购申请详情页",
  339. "enablePullDownRefresh": false,
  340. "navigationBarTextStyle": "white"
  341. }
  342. },
  343. //库存查询
  344. {
  345. "path" : "/inventoryQuery/index",
  346. "style" :
  347. {
  348. "navigationBarTitleText": "我的库存",
  349. "enablePullDownRefresh": false,
  350. "navigationBarTextStyle": "white"
  351. }
  352. },
  353. //库存明细
  354. {
  355. "path" : "/inventoryQuery/inventoryDetails",
  356. "style" :
  357. {
  358. "navigationBarTitleText": "库存明细",
  359. "enablePullDownRefresh": false,
  360. "navigationBarTextStyle": "white"
  361. }
  362. },
  363. //附件明细
  364. {
  365. "path" : "/inventoryQuery/detailedAttachment",
  366. "style" :
  367. {
  368. "navigationBarTitleText": "附件明细",
  369. "enablePullDownRefresh": false,
  370. "navigationBarTextStyle": "white"
  371. }
  372. },
  373. //调拨列表
  374. {
  375. "path" : "/allocation/index",
  376. "style" :
  377. {
  378. "navigationBarTitleText": "调拨列表",
  379. "enablePullDownRefresh": false,
  380. "navigationBarTextStyle": "white"
  381. }
  382. },
  383. //调拨明细
  384. {
  385. "path" : "/allocation/detailed",
  386. "style" :
  387. {
  388. "navigationBarTitleText": "调拨明细",
  389. "enablePullDownRefresh": false,
  390. "navigationBarTextStyle": "white"
  391. }
  392. },
  393. //货转列表
  394. {
  395. "path" : "/goodsTransfer/index",
  396. "style" :
  397. {
  398. "navigationBarTitleText": "货转列表",
  399. "enablePullDownRefresh": false,
  400. "navigationBarTextStyle": "white"
  401. }
  402. },
  403. //货转明细
  404. {
  405. "path" : "/goodsTransfer/index",
  406. "style" :
  407. {
  408. "navigationBarTitleText": "货转明细",
  409. "enablePullDownRefresh": false,
  410. "navigationBarTextStyle": "white"
  411. }
  412. }
  413. ]
  414. }],
  415. "preloadRule": {
  416. "pages/example/components": {
  417. "network": "all",
  418. "packages": ["pages/home", "pages/information", "pages/personalCenter"]
  419. }
  420. },
  421. "globalStyle": {
  422. "navigationBarTextStyle": "white",
  423. "navigationBarTitleText": "uView",
  424. "navigationBarBackgroundColor": "#1669e6",
  425. "backgroundColor": "#FFFFFF"
  426. },
  427. "tabBar": {
  428. "color": "#909399",
  429. "selectedColor": "#303133",
  430. "backgroundColor": "#FFFFFF",
  431. "borderStyle": "black",
  432. "list": [{
  433. "pagePath": "pages/home/home",
  434. "iconPath": "static/uview/example/component.png",
  435. "selectedIconPath": "static/uview/example/component_select.png",
  436. "text": "首页"
  437. },
  438. {
  439. "pagePath": "pages/information/information",
  440. "iconPath": "static/uview/example/js.png",
  441. "selectedIconPath": "static/uview/example/js_select.png",
  442. "text": "消息"
  443. },
  444. {
  445. "pagePath": "pages/personalCenter/personalCenter",
  446. "iconPath": "static/uview/example/template.png",
  447. "selectedIconPath": "static/uview/example/template_select.png",
  448. "text": "我的"
  449. }
  450. ]
  451. }
  452. }