pages.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle":"custom"
  11. }
  12. },
  13. {
  14. "path": "pages/personCenter/personCenter",
  15. "style": {
  16. "navigationBarTitleText": "我的",
  17. "navigationBarBackgroundColor": "#86defa"
  18. }
  19. },
  20. {
  21. "path": "pages/login/login",
  22. "style": {
  23. "navigationBarTitleText": "登录"
  24. }
  25. }, {
  26. "path": "pages/login/phoneLogin",
  27. "style": {
  28. "navigationBarTitleText": "手机号登录"
  29. }
  30. },
  31. {
  32. "path": "pages/about",
  33. "style": {
  34. "navigationBarTitleText": "关于我们"
  35. }
  36. },
  37. {
  38. "path": "pages/xieyi/index",
  39. "style": {
  40. "navigationBarTitleText": "用户协议"
  41. }
  42. },
  43. {
  44. "path": "pages/h5Page/index",
  45. "style": {
  46. "navigationBarTitleText": "车领主"
  47. }
  48. },
  49. {
  50. "path": "pages/personData/personData",
  51. "style": {
  52. "navigationBarTitleText": "个人信息"
  53. }
  54. },
  55. {
  56. "path": "pages/scan-frame/scan-frame",
  57. "style": {
  58. "navigationBarTitleText": "扫描VIN"
  59. }
  60. }
  61. ,{
  62. "path" : "pages/vinInput/vinInput",
  63. "style" :
  64. {
  65. "navigationBarTitleText": "手动输入VIN",
  66. "enablePullDownRefresh": false
  67. }
  68. }
  69. ,{
  70. "path" : "pages/vinInput/confirmVin",
  71. "style" :
  72. {
  73. "navigationBarTitleText": "确认VIN",
  74. "enablePullDownRefresh": false
  75. }
  76. }
  77. ,{
  78. "path" : "pages/vinInput/share",
  79. "style" :
  80. {
  81. "navigationBarTitleText": "分享VIN",
  82. "navigationStyle":"custom"
  83. }
  84. }
  85. ,{
  86. "path" : "pages/vinRecord/vinRecord",
  87. "style" :
  88. {
  89. "navigationBarTitleText": "VIN查询记录",
  90. "enablePullDownRefresh": false
  91. }
  92. }
  93. ,{
  94. "path" : "pages/morePage/morePage",
  95. "style" :
  96. {
  97. "navigationBarTitleText": "更多功能",
  98. "enablePullDownRefresh": false,
  99. "navigationBarBackgroundColor": "#86defa"
  100. }
  101. }
  102. ,{
  103. "path" : "pages/stockQuery/stockQuery",
  104. "style" :
  105. {
  106. "navigationBarTitleText": "库存查询",
  107. "enablePullDownRefresh": false
  108. }
  109. },
  110. {
  111. "path" : "pages/digitalShelf/choosePart",
  112. "style" :
  113. {
  114. "navigationBarTitleText": "选择配件",
  115. "enablePullDownRefresh": false,
  116. "app-plus":{
  117. "titleNView": {
  118. "titleAlign": "left",
  119. "buttons": [ //原生标题栏按钮配置,
  120. {
  121. "text": "\ue6b5 联系汽配商" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  122. "fontSrc": "/static/iconfont/iconfont.ttf",
  123. "fontSize": "14",
  124. "width":"130px",
  125. "color":"#00aaff"
  126. }
  127. ]
  128. }
  129. }
  130. }
  131. }
  132. ,{
  133. "path" : "pages/digitalShelf/orderList",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "扫码取货",
  137. "enablePullDownRefresh": false
  138. }
  139. }
  140. ,{
  141. "path" : "pages/digitalShelf/orderDetail",
  142. "style" :
  143. {
  144. "navigationBarTitleText": "取货单详情",
  145. "enablePullDownRefresh": false
  146. }
  147. }
  148. ,{
  149. "path" : "pages/digitalShelf/choosePartResult",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ,{
  157. "path" : "pages/digitalShelf/stockPut",
  158. "style" :
  159. {
  160. "navigationBarTitleText": "补货记录",
  161. "enablePullDownRefresh": false
  162. }
  163. }
  164. ,{
  165. "path" : "pages/digitalShelf/stockPutDetail",
  166. "style" :
  167. {
  168. "navigationBarTitleText": "补货单详情",
  169. "enablePullDownRefresh": false
  170. }
  171. }
  172. ,{
  173. "path" : "pages/digitalShelf/settlementManage/settlementManage",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "结算管理",
  177. "enablePullDownRefresh": false,
  178. "app-plus":{
  179. "titleNView": {
  180. "titleAlign": "left",
  181. "buttons": [ //原生标题栏按钮配置,
  182. {
  183. "text": "\ue6d0 结算记录" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  184. "fontSrc": "/static/iconfont/iconfont.ttf",
  185. "fontSize": "14",
  186. "width":"100px",
  187. "color":"#FFFFFF"
  188. }
  189. ]
  190. }
  191. }
  192. }
  193. }
  194. ,{
  195. "path" : "pages/digitalShelf/settlementManage/settlementSxDetail",
  196. "style" :
  197. {
  198. "navigationBarTitleText": "已用额度详情",
  199. "enablePullDownRefresh": false
  200. }
  201. }
  202. ,{
  203. "path" : "pages/digitalShelf/settlementManage/settlementAyDetail",
  204. "style" :
  205. {
  206. "navigationBarTitleText": "待结算详情",
  207. "enablePullDownRefresh": false
  208. }
  209. }
  210. ,{
  211. "path" : "pages/digitalShelf/settlementRecord/settlementRecord",
  212. "style" :
  213. {
  214. "navigationBarTitleText": "结算记录",
  215. "enablePullDownRefresh": false,
  216. "titleView":false,
  217. // 将回弹属性关掉
  218. "bounce":"none"
  219. }
  220. }
  221. ,{
  222. "path" : "pages/digitalShelf/settlementRecord/settlementDetail",
  223. "style" :
  224. {
  225. "navigationBarTitleText": "结算详情",
  226. "enablePullDownRefresh": false
  227. }
  228. }
  229. ,{
  230. "path" : "pages/digitalShelf/settlementRecord/orderPartDetail",
  231. "style" :
  232. {
  233. "navigationBarTitleText": "订单详情",
  234. "enablePullDownRefresh": false
  235. }
  236. }
  237. ,{
  238. "path" : "pages/digitalShelf/scanBarcode/scanBarcode",
  239. "style" :
  240. {
  241. "navigationBarTitleText": "扫码取货",
  242. "enablePullDownRefresh": false
  243. }
  244. }
  245. ,{
  246. "path" : "pages/digitalShelf/temproaryStockIn/temproaryStockIn",
  247. "style" :
  248. {
  249. "navigationBarTitleText": "我要临配",
  250. "enablePullDownRefresh": false,
  251. "app-plus":{
  252. "titleNView": {
  253. "titleAlign": "left",
  254. "buttons": [ //原生标题栏按钮配置,
  255. {
  256. "text": "\ue6b5 联系汽配商" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  257. "fontSrc": "/static/iconfont/iconfont.ttf",
  258. "fontSize": "14",
  259. "width":"130px",
  260. "color":"#00aaff"
  261. }
  262. ]
  263. }
  264. }
  265. }
  266. }
  267. ,{
  268. "path" : "pages/digitalShelf/temproaryStockIn/moreShelfProduct",
  269. "style" :
  270. {
  271. "navigationBarTitleText": "更多配件",
  272. "enablePullDownRefresh": false
  273. }
  274. }
  275. ],
  276. "globalStyle": {
  277. "navigationBarTextStyle": "black",
  278. "navigationBarTitleText": "uni-app",
  279. "navigationBarBackgroundColor": "#F8F8F8",
  280. "backgroundColor": "#F8F8F8"
  281. },
  282. "tabBar": {
  283. "color": "#7A7E83",
  284. "selectedColor": "#191919",
  285. "backgroundColor": "#ffffff",
  286. "fontSize": "14px",
  287. "list": [{
  288. "pagePath": "pages/index/index",
  289. "iconPath": "static/tab/tab_home_normal.png",
  290. "selectedIconPath": "static/tab/tab_home_pressed.png",
  291. "text": "首页"
  292. },
  293. {
  294. "pagePath": "pages/morePage/morePage",
  295. "iconPath": "static/tab/tab_personal_normal.png",
  296. "selectedIconPath": "static/tab/tab_personal_pressed.png",
  297. "text": "更多"
  298. }
  299. ]
  300. }
  301. }