pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  6. }
  7. },
  8. "pages": [
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "工作台",
  13. "app-plus": {
  14. "softinputNavBar": "none",
  15. "titleNView": false
  16. }
  17. }
  18. },
  19. {
  20. "path": "pages/discover/discover",
  21. "style": {
  22. "navigationBarTitleText": "发现",
  23. "navigationBarBackgroundColor": "#2cb8d4",
  24. "navigationBarTextStyle": "white",
  25. "app-plus": {
  26. "softinputNavBar": "none",
  27. "titleNView": false
  28. }
  29. }
  30. },
  31. //动态详情
  32. {
  33. "path": "pages/discover/details",
  34. "style": {
  35. "navigationBarTitleText": "发现",
  36. "navigationBarBackgroundColor": "#2cb8d4",
  37. "enablePullDownRefresh":false,
  38. "navigationBarTextStyle": "white",
  39. "app-plus": {
  40. "softinputNavBar": "none",
  41. "titleNView": false
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/order/order",
  47. "style": {
  48. "navigationBarTitleText": "订单",
  49. "navigationBarBackgroundColor": "#2cb8d4",
  50. "navigationBarTextStyle": "white",
  51. "app-plus": {
  52. "softinputNavBar": "none",
  53. "titleNView": false
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/my/my",
  59. "style": {
  60. "navigationBarTitleText": "个人中心",
  61. "navigationBarBackgroundColor": "#2cb8d4",
  62. "navigationBarTextStyle": "white",
  63. "app-plus": {
  64. "softinputNavBar": "none",
  65. "titleNView": false
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/my/withdraw",
  71. "style": {
  72. "navigationBarTitleText": "提现",
  73. "navigationBarBackgroundColor": "#2cb8d4",
  74. "navigationBarTextStyle": "white",
  75. "app-plus": {
  76. "softinputNavBar": "none",
  77. "titleNView": false
  78. }
  79. }
  80. },
  81. {
  82. "path": "pages/my/add_blank",
  83. "style": {
  84. "navigationBarTitleText": "绑定银行卡",
  85. "navigationBarBackgroundColor": "#2cb8d4",
  86. "navigationBarTextStyle": "white",
  87. "app-plus": {
  88. "softinputNavBar": "none",
  89. "titleNView": false
  90. }
  91. }
  92. },
  93. {
  94. "path": "pages/my/history",
  95. "style": {
  96. "navigationBarTitleText": "提现记录",
  97. "navigationBarBackgroundColor": "#2cb8d4",
  98. "navigationBarTextStyle": "white",
  99. "app-plus": {
  100. "softinputNavBar": "none",
  101. "titleNView": false
  102. }
  103. }
  104. },
  105. {
  106. "path": "pages/my/bill",
  107. "style": {
  108. "navigationBarTitleText": "账单",
  109. "navigationBarBackgroundColor": "#2cb8d4",
  110. "navigationBarTextStyle": "white",
  111. "app-plus": {
  112. "softinputNavBar": "none",
  113. "titleNView": false
  114. }
  115. }
  116. },
  117. {
  118. "path": "pages/my/dynamic/index",
  119. "style": {
  120. "navigationBarTitleText": "我的动态",
  121. "navigationBarBackgroundColor": "#2cb8d4",
  122. "navigationBarTextStyle": "white",
  123. "app-plus": {
  124. "softinputNavBar": "none",
  125. "titleNView": false
  126. }
  127. }
  128. },
  129. {
  130. "path": "pages/my/dynamic/add_dynamic",
  131. "style": {
  132. "navigationBarTitleText": "发布动态",
  133. "navigationBarBackgroundColor": "#2cb8d4",
  134. "navigationBarTextStyle": "white",
  135. "app-plus": {
  136. "softinputNavBar": "none",
  137. "titleNView": false
  138. }
  139. }
  140. },
  141. {
  142. "path": "pages/login/wxLogin",
  143. "style": {
  144. "navigationBarTitleText": "",
  145. "app-plus": {
  146. "softinputNavBar": "none",
  147. "titleNView": false
  148. }
  149. }
  150. },
  151. {
  152. "path": "pages/login/agreement",
  153. "style": {
  154. "navigationBarTitleText": "",
  155. // "navigationBarBackgroundColor": "#2cb8d4",
  156. // "navigationBarTextStyle": "white",
  157. "app-plus": {
  158. "softinputNavBar": "none",
  159. "titleNView": false
  160. }
  161. }
  162. },
  163. {
  164. "path": "pages/login/privacy",
  165. "style": {
  166. "navigationBarTitleText": "",
  167. // "navigationBarBackgroundColor": "#2cb8d4",
  168. // "navigationBarTextStyle": "white",
  169. "app-plus": {
  170. "softinputNavBar": "none",
  171. "titleNView": false
  172. }
  173. }
  174. },
  175. {
  176. "path": "pages/index/details",
  177. "style": {
  178. "navigationBarTitleText": "项目详情",
  179. "navigationBarBackgroundColor": "#2cb8d4",
  180. "navigationBarTextStyle": "white",
  181. "app-plus": {
  182. "softinputNavBar": "none",
  183. "titleNView": false
  184. }
  185. }
  186. },
  187. //订单详情
  188. {
  189. "path": "pages/order/order_detail",
  190. "style": {
  191. "navigationBarTitleText": "订单详情",
  192. "navigationBarBackgroundColor": "#2cb8d4",
  193. "navigationBarTextStyle": "white",
  194. "app-plus": {
  195. "softinputNavBar": "none",
  196. "titleNView": false
  197. }
  198. }
  199. },
  200. //评价订单
  201. {
  202. "path": "pages/order/comment",
  203. "style": {
  204. "navigationBarTitleText": "评论",
  205. "navigationBarBackgroundColor": "#2cb8d4",
  206. "navigationBarTextStyle": "white",
  207. "app-plus": {
  208. "softinputNavBar": "none",
  209. "titleNView": false
  210. }
  211. }
  212. },
  213. {
  214. "path": "pages/moments/index",
  215. "style": {
  216. "navigationBarTitleText": "社区动态",
  217. "navigationStyle": "custom"
  218. }
  219. },
  220. {
  221. "path": "pages/moments/add",
  222. "style": {
  223. "navigationBarTitleText": "发布动态",
  224. "navigationStyle": "custom"
  225. }
  226. },
  227. //商户评论客户
  228. {
  229. "path": "pages/my/js_user",
  230. "style": {
  231. "navigationBarTitleText": "评论客户",
  232. "navigationBarBackgroundColor": "#2cb8d4",
  233. "navigationBarTextStyle": "white",
  234. "app-plus": {
  235. "softinputNavBar": "none",
  236. "titleNView": false
  237. }
  238. }
  239. },
  240. //收藏
  241. {
  242. "path": "pages/my/collect",
  243. "style": {
  244. "navigationBarTitleText": "我的收藏",
  245. "navigationBarBackgroundColor": "#2cb8d4",
  246. "navigationBarTextStyle": "white",
  247. "app-plus": {
  248. "softinputNavBar": "none",
  249. "titleNView": false
  250. }
  251. }
  252. },
  253. //我的优惠券
  254. {
  255. "path": "pages/my/coupon",
  256. "style": {
  257. "navigationBarTitleText": "我的优惠券",
  258. "navigationBarBackgroundColor": "#2cb8d4",
  259. "navigationBarTextStyle": "white",
  260. "app-plus": {
  261. "softinputNavBar": "none",
  262. "titleNView": false
  263. }
  264. }
  265. },
  266. //优惠券使用记录
  267. {
  268. "path": "pages/my/record",
  269. "style": {
  270. "navigationBarTitleText": "使用记录",
  271. "navigationBarBackgroundColor": "#2cb8d4",
  272. "navigationBarTextStyle": "white",
  273. "app-plus": {
  274. "softinputNavBar": "none",
  275. "titleNView": false
  276. }
  277. }
  278. },
  279. {
  280. "path": "pages/staff/index",
  281. "style": {
  282. "navigationBarTitleText": "商户中心",
  283. "navigationBarBackgroundColor": "#2cb8d4",
  284. "navigationBarTextStyle": "white",
  285. "app-plus": {
  286. "softinputNavBar": "none",
  287. "titleNView": false
  288. }
  289. }
  290. },
  291. {
  292. "path": "pages/staff/income",
  293. "style": {
  294. "navigationBarTitleText": "收入明细",
  295. "navigationBarBackgroundColor": "#2cb8d4",
  296. "navigationBarTextStyle": "white",
  297. "app-plus": {
  298. "softinputNavBar": "none",
  299. "titleNView": false
  300. }
  301. }
  302. },
  303. {
  304. "path": "pages/staff/withdraw",
  305. "style": {
  306. "navigationBarTitleText": "提现明细",
  307. "navigationBarBackgroundColor": "#2cb8d4",
  308. "navigationBarTextStyle": "white",
  309. "app-plus": {
  310. "softinputNavBar": "none",
  311. "titleNView": false
  312. }
  313. }
  314. },
  315. {
  316. "path": "pages/join/team",
  317. "style": {
  318. "navigationBarTitleText": "招商合作",
  319. "navigationStyle": "default"
  320. }
  321. },
  322. {
  323. "path": "pages/join/staff",
  324. "style": {
  325. "navigationBarTitleText": "商户入驻",
  326. "navigationStyle": "default"
  327. }
  328. },
  329. {
  330. "path": "pages/join/applyJoin",
  331. "style": {
  332. "navigationBarTitleText": "申请入驻",
  333. "navigationStyle": "default"
  334. }
  335. },
  336. {
  337. "path": "pages/join/introduceYourselfEdit",
  338. "style": {
  339. "navigationBarTitleText": "简介",
  340. "navigationStyle": "default"
  341. }
  342. },{
  343. "path": "pages/join/lifePhotosEdit",
  344. "style": {
  345. "navigationBarTitleText": "生活照",
  346. "navigationStyle": "default"
  347. }
  348. },{
  349. "path": "pages/join/idCardEdit",
  350. "style": {
  351. "navigationBarTitleText": "身份证",
  352. "navigationStyle": "default"
  353. }
  354. },{
  355. "path": "pages/join/commitDocumentEdit",
  356. "style": {
  357. "navigationBarTitleText": "承诺文件",
  358. "navigationStyle": "default"
  359. }
  360. },
  361. //编辑资料
  362. {
  363. "path": "pages/my/indent",
  364. "style": {
  365. "navigationBarTitleText": "编辑资料",
  366. "navigationBarBackgroundColor": "#2cb8d4",
  367. "navigationBarTextStyle": "white",
  368. "app-plus": {
  369. "softinputNavBar": "none",
  370. "titleNView": false
  371. }
  372. }
  373. },
  374. //免车费
  375. {
  376. "path": "pages/my/free_fare",
  377. "style": {
  378. "navigationBarTitleText": "免车费设置",
  379. "navigationBarBackgroundColor": "#2cb8d4",
  380. "navigationBarTextStyle": "white",
  381. "app-plus": {
  382. "softinputNavBar": "none",
  383. "titleNView": false
  384. }
  385. }
  386. },
  387. // 免车费规则设置
  388. {
  389. "path": "pages/settings/fare",
  390. "style": {
  391. "navigationBarTitleText": "免车费设置",
  392. "navigationBarBackgroundColor": "#2cb8d4",
  393. "navigationBarTextStyle": "white",
  394. "app-plus": {
  395. "softinputNavBar": "none",
  396. "titleNView": false
  397. }
  398. }
  399. },
  400. //商户订单
  401. {
  402. "path": "pages/my/js_order",
  403. "style": {
  404. "navigationBarTitleText": "订单",
  405. "navigationBarBackgroundColor": "#2cb8d4",
  406. "navigationBarTextStyle": "white",
  407. "app-plus": {
  408. "softinputNavBar": "none",
  409. "titleNView": false
  410. }
  411. }
  412. },
  413. {
  414. "path": "pages/my/feedback",
  415. "style": {
  416. "navigationBarTitleText": "投诉举报"
  417. }
  418. },
  419. //充值
  420. {
  421. "path": "pages/my/pay",
  422. "style": {
  423. "navigationBarTitleText": "充值",
  424. "navigationBarBackgroundColor": "#2cb8d4",
  425. "navigationBarTextStyle": "white",
  426. "app-plus": {
  427. "softinputNavBar": "none",
  428. "titleNView": false
  429. }
  430. }
  431. }
  432. ],
  433. "subPackages": [
  434. {
  435. "root": "setting",
  436. "pages": [
  437. {
  438. "path": "myNew/index",
  439. "style": {
  440. "navigationBarTitleText": "设置",
  441. "navigationBarBackgroundColor": "#2cb8d4",
  442. "navigationBarTextStyle": "white",
  443. "app-plus": {
  444. "softinputNavBar": "none",
  445. "titleNView": false
  446. }
  447. }
  448. },
  449. {
  450. "path": "myNew/security",
  451. "style": {
  452. "navigationBarTitleText": "账号安全",
  453. "navigationBarBackgroundColor": "#2cb8d4",
  454. "navigationBarTextStyle": "white",
  455. "app-plus": {
  456. "softinputNavBar": "none",
  457. "titleNView": false
  458. }
  459. }
  460. },
  461. {
  462. "path": "myNew/phone",
  463. "style": {
  464. "navigationBarTitleText": "手机号登录",
  465. "navigationBarBackgroundColor": "#2cb8d4",
  466. "navigationBarTextStyle": "white",
  467. "app-plus": {
  468. "softinputNavBar": "none",
  469. "titleNView": false
  470. }
  471. }
  472. },
  473. {
  474. "path": "myNew/useCodeLogin",
  475. "style": {
  476. "navigationBarTitleText": "验证码",
  477. "navigationBarBackgroundColor": "#2cb8d4",
  478. "navigationBarTextStyle": "white",
  479. "app-plus": {
  480. "softinputNavBar": "none",
  481. "titleNView": false
  482. }
  483. }
  484. },
  485. {
  486. "path": "myNew/forgetPassword",
  487. "style": {
  488. "navigationBarTitleText": "修改密码",
  489. "navigationBarBackgroundColor": "#2cb8d4",
  490. "navigationBarTextStyle": "white",
  491. "app-plus": {
  492. "softinputNavBar": "none",
  493. "titleNView": false
  494. }
  495. }
  496. }
  497. ]
  498. },
  499. {
  500. "root": "workbench",
  501. "pages": [
  502. {
  503. "path": "password/index",
  504. "style": {
  505. "navigationBarTitleText": "修改密码",
  506. "navigationBarBackgroundColor": "#ffffff",
  507. "navigationBarTextStyle": "black"
  508. }
  509. },
  510. {
  511. "path": "rating/index",
  512. "style": {
  513. "navigationBarTitleText": "我的评分",
  514. "navigationBarBackgroundColor": "#ffffff",
  515. "navigationBarTextStyle": "black"
  516. }
  517. },
  518. {
  519. "path": "bank/index",
  520. "style": {
  521. "navigationBarTitleText": "银行卡",
  522. "navigationBarBackgroundColor": "#2cb8d4",
  523. "navigationBarTextStyle": "white"
  524. }
  525. },
  526. {
  527. "path": "bank/add",
  528. "style": {
  529. "navigationBarTitleText": "添加银行卡",
  530. "navigationBarBackgroundColor": "#2cb8d4",
  531. "navigationBarTextStyle": "white"
  532. }
  533. },
  534. {
  535. "path": "bank/detail",
  536. "style": {
  537. "navigationBarTitleText": "银行卡详情",
  538. "navigationBarBackgroundColor": "#2cb8d4",
  539. "navigationBarTextStyle": "white"
  540. }
  541. },
  542. {
  543. "path": "withdraw/apply",
  544. "style": {
  545. "navigationBarTitleText": "申请提现",
  546. "navigationBarBackgroundColor": "#ffffff",
  547. "navigationBarTextStyle": "black"
  548. }
  549. },
  550. {
  551. "path": "withdraw/record",
  552. "style": {
  553. "navigationBarTitleText": "提现记录",
  554. "navigationBarBackgroundColor": "#ffffff",
  555. "navigationBarTextStyle": "black"
  556. }
  557. },
  558. {
  559. "path": "withdraw/detail",
  560. "style": {
  561. "navigationBarTitleText": "提现详情",
  562. "navigationBarBackgroundColor": "#ffffff",
  563. "navigationBarTextStyle": "black"
  564. }
  565. },
  566. {
  567. "path": "income/index",
  568. "style": {
  569. "navigationBarTitleText": "我的收入",
  570. "navigationBarBackgroundColor": "#ffffff",
  571. "navigationBarTextStyle": "black"
  572. }
  573. },
  574. {
  575. "path": "skill/index",
  576. "style": {
  577. "navigationBarTitleText": "技能管理",
  578. "navigationBarBackgroundColor": "#ffffff",
  579. "navigationBarTextStyle": "black"
  580. }
  581. },
  582. {
  583. "path": "skill/add",
  584. "style": {
  585. "navigationBarTitleText": "开通新服务",
  586. "navigationBarBackgroundColor": "#ffffff",
  587. "navigationBarTextStyle": "black"
  588. }
  589. },
  590. {
  591. "path": "skill/edit",
  592. "style": {
  593. "navigationBarTitleText": "编辑项目",
  594. "navigationBarBackgroundColor": "#ffffff",
  595. "navigationBarTextStyle": "black"
  596. }
  597. },
  598. {
  599. "path": "fare/index",
  600. "style": {
  601. "navigationBarTitleText": "免车费",
  602. "navigationBarBackgroundColor": "#ffffff",
  603. "navigationBarTextStyle": "black"
  604. }
  605. },
  606. {
  607. "path": "contract/index",
  608. "style": {
  609. "navigationBarTitleText": "我的合同",
  610. "navigationBarBackgroundColor": "#ffffff",
  611. "navigationBarTextStyle": "black"
  612. }
  613. },
  614. {
  615. "path": "contract/detail",
  616. "style": {
  617. "navigationBarTitleText": "合同查看",
  618. "navigationBarBackgroundColor": "#ffffff",
  619. "navigationBarTextStyle": "black"
  620. }
  621. },
  622. {
  623. "path": "city/index",
  624. "style": {
  625. "navigationBarTitleText": "城市管理",
  626. "navigationBarBackgroundColor": "#ffffff",
  627. "navigationBarTextStyle": "black"
  628. }
  629. },
  630. {
  631. "path": "city/apply",
  632. "style": {
  633. "navigationBarTitleText": "城市管理",
  634. "navigationBarBackgroundColor": "#ffffff",
  635. "navigationBarTextStyle": "black"
  636. }
  637. }
  638. ]
  639. }
  640. ],
  641. "preloadRule": {
  642. "pages/index/index": {
  643. "network": "all",
  644. "packages": ["points", "workbench"]
  645. }
  646. },
  647. "globalStyle": {
  648. "navigationBarTextStyle": "black",
  649. "navigationBarTitleText": "uni-app",
  650. "navigationBarBackgroundColor": "#F8F8F8",
  651. "backgroundColor": "#F8F8F8"
  652. },
  653. "tabBar": {
  654. "color": "#ADB4B8",
  655. "selectedColor": "#333333",
  656. "backgroundColor": "#FFFFFF",
  657. "list": [ {
  658. "text": "工作台",
  659. "pagePath": "pages/index/index",
  660. "iconPath": "static/identify/index.png",
  661. "selectedIconPath": "static/identify/index-cur.png"
  662. },
  663. {
  664. "text": "发现",
  665. "pagePath": "pages/my/dynamic/index",
  666. //"pagePath": "pages/discover/discover",
  667. "iconPath": "static/discover/discover.png",
  668. "selectedIconPath": "static/discover/discover-cur.png"
  669. },
  670. {
  671. "text": "订单",
  672. "pagePath": "pages/order/order",
  673. "iconPath": "static/identify/order.png",
  674. "selectedIconPath": "static/identify/order-cur.png"
  675. },
  676. {
  677. "text": "我的",
  678. "pagePath": "pages/my/my",
  679. "iconPath": "static/identify/mine.png",
  680. "selectedIconPath": "static/identify/mine-cur.png"
  681. }
  682. ]
  683. },
  684. "uniIdRouter": {}
  685. }