pages.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  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. }
  179. }
  180. ,{
  181. "path" : "pages/digitalShelf/settlementManage/settlementSxDetail",
  182. "style" :
  183. {
  184. "navigationBarTitleText": "已用额度详情",
  185. "enablePullDownRefresh": false
  186. }
  187. }
  188. ,{
  189. "path" : "pages/digitalShelf/settlementManage/settlementAyDetail",
  190. "style" :
  191. {
  192. "navigationBarTitleText": "待结算详情",
  193. "enablePullDownRefresh": false
  194. }
  195. }
  196. ,{
  197. "path" : "pages/digitalShelf/settlementRecord/settlementRecord",
  198. "style" :
  199. {
  200. "navigationBarTitleText": "结算记录",
  201. "enablePullDownRefresh": false,
  202. "titleView":false,
  203. // 将回弹属性关掉
  204. "bounce":"none"
  205. }
  206. }
  207. ,{
  208. "path" : "pages/digitalShelf/settlementRecord/settlementDetail",
  209. "style" :
  210. {
  211. "navigationBarTitleText": "结算详情",
  212. "enablePullDownRefresh": false
  213. }
  214. }
  215. ,{
  216. "path" : "pages/digitalShelf/settlementRecord/orderPartDetail",
  217. "style" :
  218. {
  219. "navigationBarTitleText": "订单详情",
  220. "enablePullDownRefresh": false
  221. }
  222. }
  223. ,{
  224. "path" : "pages/digitalShelf/scanBarcode/scanBarcode",
  225. "style" :
  226. {
  227. "navigationBarTitleText": "扫码取货",
  228. "enablePullDownRefresh": false
  229. }
  230. }
  231. ,{
  232. "path" : "pages/digitalShelf/temproaryStockIn/temproaryStockIn",
  233. "style" :
  234. {
  235. "navigationBarTitleText": "我要临配",
  236. "enablePullDownRefresh": false,
  237. "app-plus":{
  238. "titleNView": {
  239. "titleAlign": "left",
  240. "buttons": [ //原生标题栏按钮配置,
  241. {
  242. "text": "\ue6b5 联系汽配商" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  243. "fontSrc": "/static/iconfont/iconfont.ttf",
  244. "fontSize": "14",
  245. "width":"130px",
  246. "color":"#00aaff"
  247. }
  248. ]
  249. }
  250. }
  251. }
  252. }
  253. ,{
  254. "path" : "pages/digitalShelf/temproaryStockIn/moreShelfProduct",
  255. "style" :
  256. {
  257. "navigationBarTitleText": "更多配件",
  258. "enablePullDownRefresh": false
  259. }
  260. }
  261. ],
  262. "globalStyle": {
  263. "navigationBarTextStyle": "black",
  264. "navigationBarTitleText": "uni-app",
  265. "navigationBarBackgroundColor": "#F8F8F8",
  266. "backgroundColor": "#F8F8F8"
  267. },
  268. "tabBar": {
  269. "color": "#7A7E83",
  270. "selectedColor": "#191919",
  271. "backgroundColor": "#ffffff",
  272. "fontSize": "14px",
  273. "list": [{
  274. "pagePath": "pages/index/index",
  275. "iconPath": "static/tab/tab_home_normal.png",
  276. "selectedIconPath": "static/tab/tab_home_pressed.png",
  277. "text": "首页"
  278. },
  279. {
  280. "pagePath": "pages/morePage/morePage",
  281. "iconPath": "static/tab/tab_personal_normal.png",
  282. "selectedIconPath": "static/tab/tab_personal_pressed.png",
  283. "text": "更多"
  284. }
  285. ]
  286. }
  287. }