pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  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. }
  43. },
  44. // 测试
  45. {
  46. "path": "pages/home/ceshi",
  47. "style": {
  48. "navigationBarTitleText": "天眼",
  49. "app-plus": {
  50. "titleNView": {
  51. "type": "transparent"
  52. }
  53. }
  54. // "navigationBarTextStyle": "black"
  55. }
  56. },
  57. // 消息
  58. {
  59. "path": "pages/information/information",
  60. "style": {
  61. "navigationBarTitleText": "消息"
  62. }
  63. },
  64. // 登录
  65. {
  66. "path": "pages/login/login",
  67. "style": {
  68. "navigationBarTitleText": "登录",
  69. "titleNView": false
  70. }
  71. }
  72. ],
  73. "subPackages": [{
  74. "root": "pages/personalCenter",
  75. "pages": [
  76. // 我的设置
  77. {
  78. "path": "/setUp",
  79. "style": {
  80. "navigationBarTitleText": "设置",
  81. "titleNView": false,
  82. "navigationBarTextStyle": "black",
  83. "popGesture": "none",
  84. "app-plus": {
  85. "bounce": "none", //关闭窗口回弹效果
  86. "scrollIndicator": "none" //app页面不显示滚动条
  87. }
  88. }
  89. }
  90. ]
  91. }, {
  92. "root": "pages/home",
  93. "pages": [
  94. // 入库列表
  95. {
  96. "path": "/myorder/index",
  97. "style": {
  98. "navigationBarTitleText": "入库列表",
  99. "navigationBarTextStyle": "white",
  100. "app-plus": {
  101. "bounce": "none", //关闭窗口回弹效果
  102. "scrollIndicator": "none" //app页面不显示滚动条
  103. }
  104. }
  105. },
  106. // 出库列表
  107. {
  108. "path": "/delivery/index",
  109. "style": {
  110. "navigationBarTitleText": "出库列表",
  111. "navigationBarTextStyle": "white",
  112. "app-plus": {
  113. "bounce": "none", //关闭窗口回弹效果
  114. "scrollIndicator": "none" //app页面不显示滚动条
  115. }
  116. }
  117. },
  118. // 入库明细列表
  119. {
  120. "path": "/myorder/detailed",
  121. "style": {
  122. "navigationBarTitleText": "入库明细列表",
  123. "titleNView": false,
  124. "navigationBarTextStyle": "white",
  125. "app-plus": {
  126. "bounce": "none", //关闭窗口回弹效果
  127. "scrollIndicator": "none" //app页面不显示滚动条
  128. }
  129. }
  130. },
  131. // 出库明细列表
  132. {
  133. "path": "/delivery/detailed",
  134. "style": {
  135. "navigationBarTitleText": "出库明细列表",
  136. "titleNView": false,
  137. "navigationBarTextStyle": "white",
  138. "app-plus": {
  139. "bounce": "none", //关闭窗口回弹效果
  140. "scrollIndicator": "none" //app页面不显示滚动条
  141. }
  142. }
  143. },
  144. // 入库明细列表
  145. {
  146. "path": "/myorder/orderDetails/index",
  147. "style": {
  148. "navigationBarTitleText": "入库详情",
  149. // "titleNView": false,
  150. "navigationBarTextStyle": "white",
  151. "app-plus": {
  152. "bounce": "none", //关闭窗口回弹效果
  153. "scrollIndicator": "none" //app页面不显示滚动条
  154. }
  155. }
  156. },
  157. // 出库明细列表
  158. {
  159. "path": "/delivery/orderDetails/index",
  160. "style": {
  161. "navigationBarTitleText": "出库详情",
  162. // "titleNView": false,
  163. "navigationBarTextStyle": "white",
  164. "app-plus": {
  165. "bounce": "none", //关闭窗口回弹效果
  166. "scrollIndicator": "none" //app页面不显示滚动条
  167. }
  168. }
  169. },
  170. // 入库新行
  171. {
  172. "path": "/myorder/orderDetails/newlyAdded",
  173. "style": {
  174. "navigationBarTitleText": "入库新行",
  175. // "titleNView": false,
  176. "navigationBarTextStyle": "white",
  177. "app-plus": {
  178. "bounce": "none", //关闭窗口回弹效果
  179. "scrollIndicator": "none" //app页面不显示滚动条
  180. }
  181. }
  182. },
  183. // 出库新行
  184. {
  185. "path": "/delivery/orderDetails/newlyAdded",
  186. "style": {
  187. "navigationBarTitleText": "出库新行",
  188. // "titleNView": false,
  189. "navigationBarTextStyle": "white",
  190. "app-plus": {
  191. "bounce": "none", //关闭窗口回弹效果
  192. "scrollIndicator": "none" //app页面不显示滚动条
  193. }
  194. }
  195. },
  196. //船期查询
  197. {
  198. "path" : "/freightCalculation/shipSchedule",
  199. "style" :
  200. {
  201. "navigationBarTitleText": "船期查询",
  202. "enablePullDownRefresh": false,
  203. "titleNView": false,
  204. "navigationBarTextStyle": "white"
  205. }
  206. },
  207. //船期信息
  208. {
  209. "path" : "/freightCalculation/shippingInformation",
  210. "style" :
  211. {
  212. "navigationBarTitleText": "船期信息",
  213. "enablePullDownRefresh": false,
  214. "navigationBarTextStyle": "white"
  215. }
  216. },
  217. //海运费计算
  218. {
  219. "path" : "/freightCalculation/freightCalculation",
  220. "style" :
  221. {
  222. "navigationBarTitleText": "海运费计算",
  223. "enablePullDownRefresh": false,
  224. "navigationBarTextStyle": "white"
  225. }
  226. },
  227. //巡检
  228. {
  229. "path" : "/patrolInspection/index",
  230. "style" :
  231. {
  232. "navigationBarTitleText": "我的巡检",
  233. "enablePullDownRefresh": false,
  234. "navigationBarTextStyle": "white"
  235. }
  236. },
  237. //巡检详情
  238. {
  239. "path" : "/patrolInspection/patrolDetails",
  240. "style" :
  241. {
  242. "navigationBarTitleText": "巡检详情",
  243. "enablePullDownRefresh": false,
  244. "navigationBarTextStyle": "white"
  245. }
  246. },
  247. //统一审核页
  248. {
  249. "path" : "/allReview/index",
  250. "style" :
  251. {
  252. "navigationBarTitleText": "我的审核",
  253. "enablePullDownRefresh": false,
  254. "navigationBarTextStyle": "white"
  255. }
  256. },
  257. //我的审核
  258. {
  259. "path" : "/myReview/index",
  260. "style" :
  261. {
  262. "navigationBarTitleText": "我的审核",
  263. "enablePullDownRefresh": false,
  264. "navigationBarTextStyle": "white"
  265. }
  266. },
  267. //采购申请
  268. {
  269. "path" : "/procurementApplicationApproval/index",
  270. "style" :
  271. {
  272. "navigationBarTitleText": "采购申请",
  273. "enablePullDownRefresh": false,
  274. "navigationBarTextStyle": "white"
  275. }
  276. },
  277. //采购申请详情页
  278. {
  279. "path" : "/procurementApplicationApproval/detailsOrUpdates",
  280. "style" :
  281. {
  282. "navigationBarTitleText": "采购申请详情页",
  283. "enablePullDownRefresh": false,
  284. "navigationBarTextStyle": "white"
  285. }
  286. },
  287. //库存查询
  288. {
  289. "path" : "/inventoryQuery/index",
  290. "style" :
  291. {
  292. "navigationBarTitleText": "我的库存",
  293. "enablePullDownRefresh": false,
  294. "navigationBarTextStyle": "white"
  295. }
  296. },
  297. //库存明细
  298. {
  299. "path" : "/inventoryQuery/inventoryDetails",
  300. "style" :
  301. {
  302. "navigationBarTitleText": "库存明细",
  303. "enablePullDownRefresh": false,
  304. "navigationBarTextStyle": "white"
  305. }
  306. },
  307. //附件明细
  308. {
  309. "path" : "/inventoryQuery/detailedAttachment",
  310. "style" :
  311. {
  312. "navigationBarTitleText": "附件明细",
  313. "enablePullDownRefresh": false,
  314. "navigationBarTextStyle": "white"
  315. }
  316. },
  317. //调拨列表
  318. {
  319. "path" : "/allocation/index",
  320. "style" :
  321. {
  322. "navigationBarTitleText": "调拨列表",
  323. "enablePullDownRefresh": false,
  324. "navigationBarTextStyle": "white"
  325. }
  326. },
  327. //调拨明细
  328. {
  329. "path" : "/allocation/detailed",
  330. "style" :
  331. {
  332. "navigationBarTitleText": "调拨明细",
  333. "enablePullDownRefresh": false,
  334. "navigationBarTextStyle": "white"
  335. }
  336. },
  337. //货转列表
  338. {
  339. "path" : "/goodsTransfer/index",
  340. "style" :
  341. {
  342. "navigationBarTitleText": "货转列表",
  343. "enablePullDownRefresh": false,
  344. "navigationBarTextStyle": "white"
  345. }
  346. },
  347. //货转明细
  348. {
  349. "path" : "/goodsTransfer/index",
  350. "style" :
  351. {
  352. "navigationBarTitleText": "货转明细",
  353. "enablePullDownRefresh": false,
  354. "navigationBarTextStyle": "white"
  355. }
  356. }
  357. ]
  358. }],
  359. "preloadRule": {
  360. "pages/example/components": {
  361. "network": "all",
  362. "packages": ["pages/home", "pages/information", "pages/personalCenter"]
  363. }
  364. },
  365. "globalStyle": {
  366. "navigationBarTextStyle": "white",
  367. "navigationBarTitleText": "uView",
  368. "navigationBarBackgroundColor": "#1669e6",
  369. "backgroundColor": "#FFFFFF"
  370. },
  371. "tabBar": {
  372. "color": "#909399",
  373. "selectedColor": "#303133",
  374. "backgroundColor": "#FFFFFF",
  375. "borderStyle": "black",
  376. "list": [{
  377. "pagePath": "pages/home/home",
  378. "iconPath": "static/uview/example/component.png",
  379. "selectedIconPath": "static/uview/example/component_select.png",
  380. "text": "首页"
  381. },
  382. {
  383. "pagePath": "pages/information/information",
  384. "iconPath": "static/uview/example/js.png",
  385. "selectedIconPath": "static/uview/example/js_select.png",
  386. "text": "消息"
  387. },
  388. {
  389. "pagePath": "pages/personalCenter/personalCenter",
  390. "iconPath": "static/uview/example/template.png",
  391. "selectedIconPath": "static/uview/example/template_select.png",
  392. "text": "我的"
  393. }
  394. ]
  395. }
  396. }