pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. // #ifndef MP
  6. "navigationStyle": "custom",
  7. "app-plus": {
  8. "titleNView": false
  9. },
  10. // #endif
  11. "navigationBarTitleText": "绿津"
  12. }
  13. },
  14. {
  15. "path": "pages/index/notice",
  16. "style": {
  17. "navigationBarTitleText": "消息中心"
  18. }
  19. },
  20. {
  21. "path": "pages/index/share",
  22. "style": {
  23. "navigationBarTitleText": "邀好友赚佣金"
  24. }
  25. },
  26. // #ifndef APP
  27. {
  28. "path": "pages/index/follow",
  29. "style": {
  30. "navigationBarTitleText": "关注公众号"
  31. }
  32. },
  33. // #endif
  34. {
  35. "path": "pages/index/noticeDetail",
  36. "style": {
  37. "navigationBarTitleText": "消息",
  38. "app-plus": {
  39. "titleNView": {
  40. "type": "transparent"
  41. }
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/index/shopTab",
  47. "style": {
  48. // "enablePullDownRefresh": true,
  49. "navigationStyle": "custom",
  50. "navigationBarTitleText": "门店查询",
  51. "app-plus": {
  52. "titleNView": false
  53. }
  54. }
  55. },
  56. {
  57. "path": "pages/user/myCart/authorization",
  58. "style": {
  59. "navigationBarTitleText": "授权"
  60. }
  61. },
  62. {
  63. "path": "pages/user/myCart/Prepayment",
  64. "style": {
  65. "navigationBarTitleText": "提前还款"
  66. }
  67. },
  68. {
  69. "path": "pages/index/route",
  70. "style": {
  71. "navigationBarTitleText": "历史行程"
  72. }
  73. },
  74. {
  75. "path": "pages/index/routeDetail",
  76. "style": {
  77. "navigationBarTitleText": "行程详情"
  78. }
  79. },
  80. // #ifdef H5
  81. {
  82. "path": "pages/public/domApp",
  83. "style": {
  84. "navigationBarTitleText": "app下载",
  85. "app-plus": {
  86. "titleNView": false
  87. }
  88. }
  89. },
  90. // #endif
  91. // #ifndef MP
  92. {
  93. "path": "pages/public/workwork",
  94. "style": {
  95. "navigationBarTitleText": "关于我们"
  96. }
  97. },
  98. // #endif
  99. {
  100. "path": "pages/public/register",
  101. "style": {
  102. "navigationBarTitleText": "注册",
  103. "app-plus": {
  104. "titleNView": false
  105. }
  106. }
  107. },
  108. {
  109. "path": "pages/public/phoneLogin",
  110. "style": {
  111. "navigationBarTitleText": "手机登录",
  112. "app-plus": {
  113. "titleNView": false
  114. }
  115. }
  116. },
  117. {
  118. "path": "pages/public/login",
  119. "style": {
  120. "navigationBarTitleText": "登录",
  121. "app-plus": {
  122. "titleNView": false
  123. }
  124. }
  125. },
  126. // #ifdef MP || H5
  127. {
  128. "path": "pages/public/wxLogin",
  129. "style": {
  130. "navigationBarTitleText": "微信登录",
  131. "app-plus": {
  132. "titleNView": {
  133. "type": "transparent"
  134. }
  135. }
  136. }
  137. },
  138. // #endif
  139. {
  140. "path": "pages/public/forget",
  141. "style": {
  142. "navigationBarTitleText": "忘记密码",
  143. "app-plus": {
  144. "titleNView": false
  145. }
  146. }
  147. },
  148. {
  149. "path": "pages/public/userAgreement",
  150. "style": {
  151. "navigationBarTitleText": "用户协议"
  152. }
  153. },
  154. {
  155. "path": "pages/public/privacyAgreement",
  156. "style": {
  157. "navigationBarTitleText": "隐私协议"
  158. }
  159. },
  160. // {
  161. // "path": "pages/product/reply",
  162. // "style": {
  163. // "navigationBarTitleText": "商品评价",
  164. // "app-plus": {
  165. // "titleNView": {
  166. // "type": "transparent"
  167. // }
  168. // }
  169. // }
  170. // },
  171. {
  172. "path": "pages/product/product",
  173. "style": {
  174. "navigationBarTitleText": "详情展示",
  175. "app-plus": {
  176. "titleNView": {
  177. "type": "transparent"
  178. }
  179. }
  180. }
  181. },
  182. {
  183. "path": "pages/product/showImg",
  184. "style": {
  185. "navigationBarTitleText": "图片预览",
  186. "app-plus": {
  187. "animationType": "fade-in",
  188. "titleNView": {
  189. "type": "transparent"
  190. },
  191. "animationDuration": 300
  192. }
  193. }
  194. },
  195. // {
  196. // "path": "pages/product/seckill",
  197. // "style": {
  198. // "navigationBarTitleText": "限时秒杀"
  199. // }
  200. // },
  201. // {
  202. // "path": "pages/product/list",
  203. // "style": {
  204. // "enablePullDownRefresh": true,
  205. // "navigationBarTitleText": "商品列表"
  206. // }
  207. // },
  208. {
  209. "path": "pages/product/search",
  210. "style": {
  211. "enablePullDownRefresh": true,
  212. // #ifdef APP-PLUS
  213. "navigationStyle": "custom",
  214. // #endif
  215. // #ifndef MP || APP-PLUS
  216. "app-plus": {
  217. "titleNView": {
  218. "searchInput": {
  219. "backgroundColor": "rgba(231, 231, 231,.7)",
  220. "borderRadius": "16px",
  221. "placeholder": "请输入关键字",
  222. "disabled": false,
  223. "placeholderColor": "#606266",
  224. "align": "left"
  225. },
  226. "buttons": [{
  227. "text": "搜索",
  228. "fontSize": "14",
  229. "color": "#303133",
  230. "background": "rgba(0,0,0,0)",
  231. "width": "40px"
  232. }]
  233. }
  234. },
  235. // #endif
  236. "navigationBarTitleText": "搜索"
  237. }
  238. },
  239. // {
  240. // "path": "pages/product/classify",
  241. // "style": {
  242. // "navigationStyle": "custom",
  243. // "app-plus": {
  244. // "titleNView": {
  245. // "type": "transparent"
  246. // }
  247. // }
  248. // }
  249. // },
  250. {
  251. "path": "pages/set/set",
  252. "style": {
  253. "navigationBarTitleText": "设置"
  254. }
  255. },
  256. {
  257. "path": "pages/set/address",
  258. "style": {
  259. "navigationBarTitleText": "收货地址"
  260. }
  261. },
  262. {
  263. "path": "pages/set/addressManage",
  264. "style": {
  265. "navigationBarTitleText": ""
  266. }
  267. },
  268. {
  269. "path": "pages/set/phone",
  270. "style": {
  271. "navigationBarTitleText": "手机认证"
  272. }
  273. },
  274. {
  275. "path": "pages/set/password",
  276. "style": {
  277. "navigationBarTitleText": "修改密码"
  278. }
  279. },
  280. {
  281. "path": "pages/set/userinfo",
  282. "style": {
  283. "navigationBarTitleText": "修改资料"
  284. }
  285. },
  286. {
  287. "path": "pages/cart/cart",
  288. "style": {
  289. // #ifndef MP-WEIXIN
  290. "navigationStyle": "custom",
  291. // #endif
  292. "navigationBarTitleText": "购物车"
  293. }
  294. },
  295. {
  296. "path": "pages/user/user",
  297. "style": {
  298. "navigationStyle": "custom",
  299. "navigationBarTitleText": "个人中心"
  300. }
  301. },
  302. {
  303. "path": "pages/user/repair/userRepair",
  304. "style": {
  305. "navigationBarTitleText": "维修历史"
  306. }
  307. },
  308. {
  309. "path": "pages/user/repair/repairDetail",
  310. "style": {
  311. "navigationBarTitleText": "申请内容"
  312. }
  313. },
  314. {
  315. "path": "pages/user/myCart/authorizationList",
  316. "style": {
  317. "navigationBarTitleText": "授权列表"
  318. }
  319. },
  320. {
  321. "path": "pages/user/reportForRepair/Report",
  322. "style": {
  323. "navigationBarTitleText": "故障报修"
  324. }
  325. },
  326. {
  327. "path": "pages/user/realName/realNameAuthentication",
  328. "style": {
  329. "navigationBarTitleText": "实名认证"
  330. }
  331. },
  332. {
  333. "path": "pages/user/realName/cropper",
  334. "style": {
  335. "navigationBarTitleText": "图片裁切"
  336. }
  337. },
  338. {
  339. "path": "pages/user/myCart/myCart",
  340. "style": {
  341. "navigationBarTitleText": "我的车辆"
  342. }
  343. },
  344. {
  345. "path": "pages/user/myteam",
  346. "style": {
  347. "navigationBarTitleText": "我的团队"
  348. }
  349. },
  350. {
  351. "path": "pages/user/award/award",
  352. "style": {
  353. "navigationBarTitleText": "佣金",
  354. "navigationBarBackgroundColor": "#f6ab0b",
  355. "navigationBarTextStyle": "white"
  356. }
  357. },
  358. {
  359. "path": "pages/user/award/awardList",
  360. "style": {
  361. "navigationBarTitleText": "佣金明细"
  362. }
  363. },
  364. {
  365. "path": "pages/user/award/withdrawal",
  366. "style": {
  367. "navigationBarTitleText": "提现"
  368. }
  369. },
  370. // {
  371. // "path": "pages/user/favorites",
  372. // "style": {
  373. // "navigationBarTitleText": "收藏夹"
  374. // }
  375. // }, {
  376. // "path": "pages/user/coupon",
  377. // "style": {
  378. // "navigationBarTitleText": "我的卡卷"
  379. // }
  380. // },
  381. // {
  382. // "path": "pages/user/scoreAccumulate",
  383. // "style": {
  384. // "navigationBarTitleText": "积分明细"
  385. // }
  386. // },
  387. {
  388. "path": "pages/order/order",
  389. "style": {
  390. "navigationBarTitleText": "我的订单",
  391. "app-plus": {
  392. "bounce": "none"
  393. }
  394. }
  395. },
  396. {
  397. "path": "pages/order/orderAfter",
  398. "style": {
  399. "navigationBarTitleText": "售后管理"
  400. }
  401. },
  402. {
  403. "path": "pages/order/orderDetail",
  404. "style": {
  405. "navigationBarTitleText": "订单详情",
  406. "app-plus": {
  407. "bounce": "none"
  408. }
  409. }
  410. },
  411. // {
  412. // "path": "pages/order/evaluate",
  413. // "style": {
  414. // "navigationBarTitleText": "评论"
  415. // }
  416. // },
  417. {
  418. "path": "pages/order/orderRefund",
  419. "style": {
  420. "navigationBarTitleText": "申请退款"
  421. }
  422. },
  423. {
  424. "path": "pages/order/createOrder",
  425. "style": {
  426. "navigationBarTitleText": "创建订单"
  427. }
  428. },
  429. {
  430. "path": "pages/user/money/pay",
  431. "style": {
  432. "navigationBarTitleText": "支付",
  433. "navigationBarBackgroundColor": "#0BBB62",
  434. "navigationBarTextStyle": "white"
  435. }
  436. },
  437. {
  438. "path": "pages/user/money/paySuccess",
  439. "style": {
  440. "navigationBarTitleText": "支付成功"
  441. }
  442. },
  443. {
  444. "path": "pages/user/money/wallet",
  445. "style": {
  446. "navigationBarTitleText": "我的钱包",
  447. "navigationBarBackgroundColor": "#0BBB62",
  448. "navigationBarTextStyle": "white"
  449. }
  450. },
  451. {
  452. "path": "pages/user/money/walletList",
  453. "style": {
  454. "navigationBarTitleText": "余额明细"
  455. }
  456. },
  457. {
  458. "path": "pages/user/award/account",
  459. "style": {
  460. "navigationBarTitleText": "提现账号"
  461. }
  462. },
  463. {
  464. "path": "pages/user/money/recharge",
  465. "style": {
  466. "navigationBarTitleText": "充值",
  467. "navigationBarBackgroundColor": "#0BBB62",
  468. "navigationBarTextStyle": "white"
  469. }
  470. },
  471. {
  472. "path": "pages/shop/cartAciton",
  473. "style": {
  474. "navigationBarTitleText": "车辆激活"
  475. }
  476. },
  477. {
  478. "path": "pages/shop/repair/clientRepair",
  479. "style": {
  480. "navigationBarTitleText": "客户报修"
  481. }
  482. },
  483. {
  484. "path": "pages/shop/repair/taskClientRepair",
  485. "style": {
  486. "navigationBarTitleText": "维修任务"
  487. }
  488. },
  489. {
  490. "path": "pages/shop/repair/clientReparirDetail",
  491. "style": {
  492. "navigationBarTitleText": "报修详情"
  493. }
  494. },
  495. {
  496. "path": "pages/shop/repair/repairHistory",
  497. "style": {
  498. "navigationBarTitleText": "维修历史"
  499. }
  500. },
  501. {
  502. "path": "pages/shop/shopOrder",
  503. "style": {
  504. "navigationBarTitleText": "店铺订单"
  505. }
  506. },
  507. {
  508. "path": "pages/shop/shopOrderDetail",
  509. "style": {
  510. "navigationBarTitleText": "店铺订单详情"
  511. }
  512. },
  513. {
  514. "path": "pages/shop/shopOrderAfter",
  515. "style": {
  516. "navigationBarTitleText": "售后订单"
  517. }
  518. },
  519. {
  520. "path": "pages/shop/shopIndex",
  521. "style": {
  522. "navigationBarTitleText": "店铺详情",
  523. "app-plus": {
  524. "titleNView": {
  525. "type": "transparent"
  526. }
  527. }
  528. }
  529. },
  530. {
  531. "path": "pages/category/category",
  532. "style": {
  533. // #ifdef APP-PLUS
  534. "navigationStyle": "custom",
  535. // #endif
  536. // #ifndef MP
  537. "app-plus": {
  538. "bounce": "none",
  539. "titleNView": {
  540. "searchInput": {
  541. "backgroundColor": "rgba(231, 231, 231,.7)",
  542. "borderRadius": "16px",
  543. "placeholder": "商品搜索",
  544. "disabled": true,
  545. "placeholderColor": "#606266",
  546. "align": "left"
  547. }
  548. }
  549. },
  550. // #endif
  551. "navigationBarTitleText": "分类"
  552. }
  553. },
  554. {
  555. "path": "pages/public/redirect",
  556. "style": {
  557. "navigationBarTitleText": "微信登录跳转页面",
  558. "app-plus": {
  559. "titleNView": false
  560. }
  561. }
  562. },
  563. {
  564. "path": "pages/user/shareQrCode",
  565. "style": {
  566. "navigationBarTitleText": "邀请好友"
  567. }
  568. }
  569. ],
  570. "globalStyle": {
  571. "navigationBarTextStyle": "black",
  572. "navigationBarTitleText": "uni-app",
  573. "navigationBarBackgroundColor": "#FFFFFF",
  574. "backgroundColor": "#f8f8f8"
  575. },
  576. "tabBar": {
  577. "color": "#666666",
  578. "selectedColor": "#5DBC7C",
  579. "borderStyle": "black",
  580. "backgroundColor": "#ffffff",
  581. "list": [{
  582. "pagePath": "pages/index/index",
  583. "iconPath": "static/tabBar/tab-home.png",
  584. "selectedIconPath": "static/tabBar/tab-home-current.png",
  585. "text": "首页"
  586. },
  587. // {
  588. // "pagePath": "pages/category/category",
  589. // "iconPath": "static/tabBar/tab-cate.png",
  590. // "selectedIconPath": "static/tabBar/tab-cate-current.png",
  591. // "text": "分类"
  592. // },
  593. {
  594. "pagePath": "pages/cart/cart",
  595. "iconPath": "static/tabBar/tab-cart.png",
  596. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  597. "text": "购物车"
  598. },
  599. {
  600. "pagePath": "pages/user/user",
  601. "iconPath": "static/tabBar/tab-my.png",
  602. "selectedIconPath": "static/tabBar/tab-my-current.png",
  603. "text": "我的"
  604. }
  605. ]
  606. },
  607. "condition" : { //模式配置,仅开发期间生效
  608. "current": 0, //当前激活的模式(list 的索引项)
  609. "list": [
  610. {
  611. "name": "", //模式名称
  612. "path": "", //启动页面,必选
  613. "query": "" //启动参数,在页面的onLoad函数里面得到
  614. }
  615. ]
  616. }
  617. }