pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  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. "enablePullDownRefresh": true
  12. }
  13. },
  14. {
  15. "path": "pages/login/login",
  16. "style": {
  17. "navigationBarTitleText": "登录"
  18. }
  19. }, {
  20. "path": "pages/login/phoneLogin",
  21. "style": {
  22. "navigationBarTitleText": "手机号登录"
  23. }
  24. },
  25. {
  26. "path": "pages/personData/personData",
  27. "style": {
  28. "navigationBarTitleText": "个人信息"
  29. }
  30. },
  31. {
  32. "path": "pages/scan-frame/scan-frame",
  33. "style": {
  34. "navigationBarTitleText": "扫描VIN"
  35. }
  36. }
  37. ,{
  38. "path" : "pages/vinInput/confirmVin",
  39. "style" :
  40. {
  41. "navigationBarTitleText": "确认VIN",
  42. "enablePullDownRefresh": false
  43. }
  44. }
  45. ,{
  46. "path" : "pages/vinInput/share",
  47. "style" :
  48. {
  49. "navigationBarTitleText": "分享VIN",
  50. "navigationStyle":"custom"
  51. }
  52. }
  53. ,{
  54. "path" : "pages/morePage/morePage",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "",
  58. "navigationStyle":"custom"
  59. }
  60. },
  61. {
  62. "path" : "pages/videos/index",
  63. "style" :
  64. {
  65. "navigationBarTitleText": "视频讲解",
  66. "enablePullDownRefresh": false
  67. }
  68. },{
  69. "path" : "pages/storeManage/personnel",
  70. "style" :
  71. {
  72. "navigationBarTitleText": "员工管理",
  73. "enablePullDownRefresh": false
  74. }
  75. },{
  76. "path" : "pages/storeManage/roleSetting/roleSetting",
  77. "style" :
  78. {
  79. "navigationBarTitleText": "岗位权限",
  80. "enablePullDownRefresh": false
  81. }
  82. },{
  83. "path" : "pages/storeManage/roleSetting/addRole",
  84. "style" :
  85. {
  86. "navigationBarTitleText": "新增岗位",
  87. "enablePullDownRefresh": false
  88. }
  89. },
  90. {
  91. "path" : "pages/storeManage/addPerson",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "新增员工",
  95. "enablePullDownRefresh": false
  96. }
  97. }
  98. ,{
  99. "path" : "pages/storeManage/storeAuth",
  100. "style" :
  101. {
  102. "navigationBarTitleText": "认证成为门店",
  103. "enablePullDownRefresh": false
  104. }
  105. }
  106. ,{
  107. "path" : "pages/storeManage/priceSetting/priceSetting",
  108. "style" :
  109. {
  110. "navigationBarTitleText": "价格显示设置",
  111. "enablePullDownRefresh": false
  112. }
  113. }
  114. ,{
  115. "path" : "pages/storeManage/editIsManage",
  116. "style" :
  117. {
  118. "navigationBarTitleText": "选择新负责人",
  119. "enablePullDownRefresh": false
  120. }
  121. }
  122. ,{
  123. "path" : "pages/storeManage/editAdminAuth",
  124. "style" :
  125. {
  126. "navigationBarTitleText": "设置岗位",
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path" : "pages/promo/index",
  132. "style" :
  133. {
  134. "navigationBarTitleText" : "促销活动"
  135. }
  136. }
  137. ],
  138. "subPackages":[
  139. {
  140. "root": "pagesA",
  141. "pages":[
  142. {
  143. "path": "about",
  144. "style": {
  145. "navigationBarTitleText": "关于我们"
  146. }
  147. },
  148. {
  149. "path": "xieyi/index",
  150. "style": {
  151. "navigationBarTitleText": "用户协议和隐私政策"
  152. }
  153. },
  154. {
  155. "path": "h5Page/index",
  156. "style": {
  157. "navigationBarTitleText": "页面"
  158. }
  159. },
  160. {
  161. "path" : "vinRecord/vinRecord",
  162. "style" :
  163. {
  164. "navigationBarTitleText": "VIN查询记录",
  165. "enablePullDownRefresh": false
  166. }
  167. },
  168. {
  169. "path" : "digitalShelf/choosePart",
  170. "style" :
  171. {
  172. "navigationBarTitleText": "选择配件",
  173. "enablePullDownRefresh": false,
  174. "navigationStyle": "custom",
  175. "disableScroll": true,
  176. "app-plus":{
  177. "bounce":"none"
  178. },
  179. "renderer":"skyline",
  180. "componentFramework": "glass-easel"
  181. }
  182. }
  183. ,{
  184. "path" : "digitalShelf/orderList",
  185. "style" :
  186. {
  187. "navigationBarTitleText": "货架订单",
  188. "enablePullDownRefresh": false
  189. }
  190. }
  191. ,{
  192. "path" : "digitalShelf/orderDetail",
  193. "style" :
  194. {
  195. "navigationBarTitleText": "订单详情",
  196. "enablePullDownRefresh": false
  197. }
  198. }
  199. ,{
  200. "path" : "digitalShelf/choosePartResult",
  201. "style" :
  202. {
  203. "navigationBarTitleText": "",
  204. "enablePullDownRefresh": false
  205. }
  206. }
  207. ,{
  208. "path" : "digitalShelf/stockPut",
  209. "style" :
  210. {
  211. "navigationBarTitleText": "补货记录",
  212. "enablePullDownRefresh": false
  213. }
  214. }
  215. ,{
  216. "path" : "digitalShelf/stockPutDetail",
  217. "style" :
  218. {
  219. "navigationBarTitleText": "补货单详情",
  220. "enablePullDownRefresh": false
  221. }
  222. }
  223. ,{
  224. "path" : "digitalShelf/settlementManage/settlementManage",
  225. "style" :
  226. {
  227. "navigationBarTitleText": "付款结算",
  228. "enablePullDownRefresh": false
  229. }
  230. }
  231. ,{
  232. "path" : "digitalShelf/settlementManage/settlementSxDetail",
  233. "style" :
  234. {
  235. "navigationBarTitleText": "已用额度详情",
  236. "enablePullDownRefresh": false
  237. }
  238. }
  239. ,{
  240. "path" : "digitalShelf/settlementManage/settlementAyDetail",
  241. "style" :
  242. {
  243. "navigationBarTitleText": "待结算详情",
  244. "enablePullDownRefresh": false
  245. }
  246. }
  247. ,{
  248. "path" : "digitalShelf/settlementRecord/settlementRecord",
  249. "style" :
  250. {
  251. "navigationBarTitleText": "结算记录",
  252. "enablePullDownRefresh": false,
  253. "titleView":false,
  254. // 将回弹属性关掉
  255. "bounce":"none"
  256. }
  257. }
  258. ,{
  259. "path" : "digitalShelf/settlementRecord/settlementDetail",
  260. "style" :
  261. {
  262. "navigationBarTitleText": "结算详情",
  263. "enablePullDownRefresh": false
  264. }
  265. }
  266. ,{
  267. "path" : "digitalShelf/settlementRecord/orderPartDetail",
  268. "style" :
  269. {
  270. "navigationBarTitleText": "订单详情",
  271. "enablePullDownRefresh": false
  272. }
  273. }
  274. ,{
  275. "path" : "digitalShelf/scanBarcode/scanBarcode",
  276. "style" :
  277. {
  278. "navigationBarTitleText": "扫码拿货",
  279. "enablePullDownRefresh": false
  280. }
  281. }
  282. ,{
  283. "path" : "digitalShelf/tempOrderList/tempOrderList",
  284. "style" :
  285. {
  286. "navigationBarTitleText": "急送订单",
  287. "enablePullDownRefresh": false
  288. }
  289. }
  290. ,{
  291. "path" : "digitalShelf/tempOrderList/orderDetail",
  292. "style" :
  293. {
  294. "navigationBarTitleText": "急送订单详情",
  295. "enablePullDownRefresh": false
  296. }
  297. },
  298. {
  299. "path" : "queryByCode/queryByCode",
  300. "style" :
  301. {
  302. "navigationBarTitleText": "按产品编码查询",
  303. "enablePullDownRefresh": false,
  304. "navigationStyle": "custom",
  305. "disableScroll": true,
  306. "app-plus":{
  307. "bounce":"none"
  308. },
  309. "renderer":"skyline",
  310. "componentFramework": "glass-easel"
  311. }
  312. }
  313. ,{
  314. "path" : "queryByCode/confirmQh",
  315. "style" :
  316. {
  317. "navigationBarTitleText": "确认拿货",
  318. "enablePullDownRefresh": false
  319. }
  320. }
  321. ,{
  322. "path" : "activeDetail/index",
  323. "style" :
  324. {
  325. "navigationBarTitleText": "活动内容",
  326. "enablePullDownRefresh": false
  327. }
  328. },
  329. {
  330. "path" : "qualityPolicy/creatOrder",
  331. "style" :
  332. {
  333. "navigationBarTitleText" : "创建质保单",
  334. "enablePullDownRefresh" : false,
  335. "navigationStyle":"custom"
  336. }
  337. },
  338. {
  339. "path" : "qualityPolicy/searchOrder",
  340. "style" :
  341. {
  342. "navigationBarTitleText" : "质保单查询",
  343. "enablePullDownRefresh" : false
  344. }
  345. },
  346. {
  347. "path" : "qualityPolicy/creatCarInfo",
  348. "style" :
  349. {
  350. "navigationBarTitleText" : "创建质保单",
  351. "enablePullDownRefresh" : false,
  352. "navigationStyle":"custom"
  353. }
  354. },
  355. {
  356. "path" : "qualityPolicy/creatCustomInfo",
  357. "style" :
  358. {
  359. "navigationBarTitleText" : "创建质保单",
  360. "enablePullDownRefresh" : false,
  361. "navigationStyle":"custom"
  362. }
  363. },
  364. {
  365. "path" : "qualityPolicy/resultOrder",
  366. "style" :
  367. {
  368. "navigationBarTitleText" : "质保单详情",
  369. "enablePullDownRefresh" : false
  370. }
  371. },
  372. {
  373. "path" : "qualityPolicy/orderDetail",
  374. "style" :
  375. {
  376. "navigationBarTitleText" : "质保单详情",
  377. "enablePullDownRefresh" : false
  378. }
  379. }
  380. ]
  381. },
  382. {
  383. "root": "pagesB",
  384. "pages":[
  385. {
  386. "path" : "stockQuery/stockQuery",
  387. "style" :
  388. {
  389. "navigationBarTitleText": "库存查询",
  390. "enablePullDownRefresh": false
  391. }
  392. },{
  393. "path" : "redPacket",
  394. "style" :
  395. {
  396. "navigationBarTitleText": "红包奖励",
  397. "enablePullDownRefresh": false
  398. }
  399. },
  400. {
  401. "path" : "videos/index",
  402. "style" :
  403. {
  404. "navigationBarTitleText": "视频讲解",
  405. "enablePullDownRefresh": false
  406. }
  407. },{
  408. "path" : "videos/detail",
  409. "style" :
  410. {
  411. "navigationBarTitleText": "视频内容",
  412. "enablePullDownRefresh": false
  413. }
  414. },
  415. {
  416. "path" : "promoProduct",
  417. "style" :
  418. {
  419. "navigationBarTitleText" : "促销产品列表",
  420. "navigationStyle": "custom",
  421. "disableScroll": true,
  422. "app-plus":{
  423. "bounce":"none"
  424. },
  425. "renderer":"skyline",
  426. "componentFramework": "glass-easel"
  427. }
  428. },
  429. {
  430. "path" : "coupon",
  431. "style" :
  432. {
  433. "navigationBarTitleText" : "优惠券"
  434. }
  435. },
  436. {
  437. "path" : "procureOrder",
  438. "style" :
  439. {
  440. "navigationBarTitleText" : "采购订单"
  441. }
  442. },
  443. {
  444. "path" : "procureOrderList",
  445. "style" :
  446. {
  447. "navigationBarTitleText" : "采购订单"
  448. }
  449. },
  450. {
  451. "path" : "shopiing/searchProduct",
  452. "style" :
  453. {
  454. "navigationBarTitleText" : "商品搜索",
  455. "navigationStyle": "custom",
  456. "disableScroll": true,
  457. "renderer":"skyline",
  458. "componentFramework": "glass-easel"
  459. }
  460. },
  461. {
  462. "path" : "shopiing/shopProduct",
  463. "style" :
  464. {
  465. "navigationBarTitleText" : "商城商品",
  466. "navigationStyle": "custom",
  467. "disableScroll": true,
  468. "renderer":"skyline",
  469. "componentFramework": "glass-easel"
  470. }
  471. },
  472. {
  473. "path" : "shopiing/productDetail",
  474. "style" :
  475. {
  476. "navigationBarTitleText" : "商品详情",
  477. "navigationStyle": "custom"
  478. }
  479. },
  480. {
  481. "path" : "cart/index",
  482. "style" :
  483. {
  484. "navigationBarTitleText" : "购物车",
  485. "navigationStyle": "custom",
  486. "disableScroll": true,
  487. "app-plus":{
  488. "bounce":"none"
  489. },
  490. "renderer":"skyline",
  491. "componentFramework": "glass-easel"
  492. }
  493. },
  494. {
  495. "path" : "shopShow/shopShow",
  496. "style" :
  497. {
  498. "navigationBarTitleText" : "商城显示设置"
  499. }
  500. }
  501. ]
  502. }
  503. ],
  504. "preloadRule": {
  505. "pages/index/index": {
  506. "network": "all",
  507. "packages": ["pagesA","pagesB"]
  508. }
  509. },
  510. "globalStyle": {
  511. "navigationBarTextStyle": "black",
  512. "navigationBarTitleText": "uni-app",
  513. "navigationBarBackgroundColor": "#ffffff",
  514. "backgroundColor": "#F8F8F8"
  515. },
  516. "tabBar": {
  517. "color": "#7A7E83",
  518. "selectedColor": "#191919",
  519. "backgroundColor": "#ffffff",
  520. "fontSize": "14px",
  521. "list": [{
  522. "pagePath": "pages/index/index"
  523. },
  524. {
  525. "pagePath": "pages/promo/index"
  526. },
  527. {
  528. "pagePath": "pages/videos/index"
  529. },
  530. {
  531. "pagePath": "pages/morePage/morePage"
  532. }
  533. ]
  534. }
  535. }