pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  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. "path": "pages/my/dynamic/dynamicDetail",
  130. "style": {
  131. "navigationBarTitleText": "动态详情",
  132. "navigationBarBackgroundColor": "#2cb8d4",
  133. "navigationBarTextStyle": "white",
  134. "app-plus": {
  135. "softinputNavBar": "none",
  136. "titleNView": false
  137. }
  138. }
  139. },
  140. {
  141. "path": "pages/my/dynamic/add_dynamic",
  142. "style": {
  143. "navigationBarTitleText": "发布动态",
  144. "navigationBarBackgroundColor": "#2cb8d4",
  145. "navigationBarTextStyle": "white",
  146. "app-plus": {
  147. "softinputNavBar": "none",
  148. "titleNView": false
  149. }
  150. }
  151. },
  152. {
  153. "path": "pages/login/wxLogin",
  154. "style": {
  155. "navigationBarTitleText": "",
  156. "app-plus": {
  157. "softinputNavBar": "none",
  158. "titleNView": false
  159. }
  160. }
  161. },
  162. {
  163. "path": "pages/login/agreement",
  164. "style": {
  165. "navigationBarTitleText": "",
  166. // "navigationBarBackgroundColor": "#2cb8d4",
  167. // "navigationBarTextStyle": "white",
  168. "app-plus": {
  169. "softinputNavBar": "none",
  170. "titleNView": false
  171. }
  172. }
  173. },
  174. {
  175. "path": "pages/login/privacy",
  176. "style": {
  177. "navigationBarTitleText": "",
  178. // "navigationBarBackgroundColor": "#2cb8d4",
  179. // "navigationBarTextStyle": "white",
  180. "app-plus": {
  181. "softinputNavBar": "none",
  182. "titleNView": false
  183. }
  184. }
  185. },
  186. //订单详情
  187. {
  188. "path": "pages/order/order_detail",
  189. "style": {
  190. "navigationBarTitleText": "订单详情",
  191. "navigationBarBackgroundColor": "#2cb8d4",
  192. "navigationBarTextStyle": "white",
  193. "app-plus": {
  194. "softinputNavBar": "none",
  195. "titleNView": false
  196. }
  197. }
  198. },
  199. //评价订单
  200. {
  201. "path": "pages/order/comment",
  202. "style": {
  203. "navigationBarTitleText": "评论",
  204. "navigationBarBackgroundColor": "#2cb8d4",
  205. "navigationBarTextStyle": "white",
  206. "app-plus": {
  207. "softinputNavBar": "none",
  208. "titleNView": false
  209. }
  210. }
  211. },
  212. {
  213. "path": "pages/moments/index",
  214. "style": {
  215. "navigationBarTitleText": "社区动态",
  216. "navigationStyle": "custom"
  217. }
  218. },
  219. {
  220. "path": "pages/moments/add",
  221. "style": {
  222. "navigationBarTitleText": "发布动态",
  223. "navigationStyle": "custom"
  224. }
  225. },
  226. {
  227. "path": "pages/staff/income",
  228. "style": {
  229. "navigationBarTitleText": "收入明细",
  230. "navigationBarBackgroundColor": "#2cb8d4",
  231. "navigationBarTextStyle": "white",
  232. "app-plus": {
  233. "softinputNavBar": "none",
  234. "titleNView": false
  235. }
  236. }
  237. },
  238. {
  239. "path": "pages/staff/withdraw",
  240. "style": {
  241. "navigationBarTitleText": "提现明细",
  242. "navigationBarBackgroundColor": "#2cb8d4",
  243. "navigationBarTextStyle": "white",
  244. "app-plus": {
  245. "softinputNavBar": "none",
  246. "titleNView": false
  247. }
  248. }
  249. },
  250. {
  251. "path": "pages/join/staff",
  252. "style": {
  253. "navigationBarTitleText": "商户入驻",
  254. "navigationBarBackgroundColor": "#2cb8d4",
  255. "navigationBarTextStyle": "white",
  256. "app-plus": {
  257. "softinputNavBar": "none",
  258. "titleNView": false
  259. }
  260. }
  261. },
  262. {
  263. "path": "pages/join/applyJoin",
  264. "style": {
  265. "navigationBarTitleText": "申请入驻",
  266. "navigationBarBackgroundColor": "#2cb8d4",
  267. "navigationBarTextStyle": "white",
  268. "app-plus": {
  269. "softinputNavBar": "none",
  270. "titleNView": false
  271. }
  272. }
  273. },
  274. {
  275. "path": "pages/join/cropImage",
  276. "style": {
  277. "navigationBarTitleText": "裁剪照片",
  278. "navigationBarBackgroundColor": "#2cb8d4",
  279. "navigationBarTextStyle": "white",
  280. "app-plus": {
  281. "softinputNavBar": "none",
  282. "titleNView": false
  283. }
  284. }
  285. },
  286. {
  287. "path": "pages/join/introduceYourselfEdit",
  288. "style": {
  289. "navigationBarTitleText": "简介",
  290. "navigationBarBackgroundColor": "#2cb8d4",
  291. "navigationBarTextStyle": "white",
  292. "app-plus": {
  293. "softinputNavBar": "none",
  294. "titleNView": false
  295. }
  296. }
  297. },{
  298. "path": "pages/join/lifePhotosEdit",
  299. "style": {
  300. "navigationBarTitleText": "生活照",
  301. "navigationBarBackgroundColor": "#2cb8d4",
  302. "navigationBarTextStyle": "white",
  303. "app-plus": {
  304. "softinputNavBar": "none",
  305. "titleNView": false
  306. }
  307. }
  308. },{
  309. "path": "pages/join/idCardEdit",
  310. "style": {
  311. "navigationBarTitleText": "身份证",
  312. "navigationBarBackgroundColor": "#2cb8d4",
  313. "navigationBarTextStyle": "white",
  314. "app-plus": {
  315. "softinputNavBar": "none",
  316. "titleNView": false
  317. }
  318. }
  319. },{
  320. "path": "pages/join/commitDocumentEdit",
  321. "style": {
  322. "navigationBarTitleText": "承诺文件",
  323. "navigationBarBackgroundColor": "#2cb8d4",
  324. "navigationBarTextStyle": "white",
  325. "app-plus": {
  326. "softinputNavBar": "none",
  327. "titleNView": false
  328. }
  329. }
  330. },
  331. //编辑资料
  332. {
  333. "path": "pages/my/indent",
  334. "style": {
  335. "navigationBarTitleText": "编辑资料",
  336. "navigationBarBackgroundColor": "#2cb8d4",
  337. "navigationBarTextStyle": "white",
  338. "app-plus": {
  339. "softinputNavBar": "none",
  340. "titleNView": false
  341. }
  342. }
  343. },
  344. //免车费
  345. {
  346. "path": "pages/my/free_fare",
  347. "style": {
  348. "navigationBarTitleText": "免车费设置",
  349. "navigationBarBackgroundColor": "#2cb8d4",
  350. "navigationBarTextStyle": "white",
  351. "app-plus": {
  352. "softinputNavBar": "none",
  353. "titleNView": false
  354. }
  355. }
  356. },
  357. // 免车费规则设置
  358. {
  359. "path": "pages/settings/fare",
  360. "style": {
  361. "navigationBarTitleText": "免车费设置",
  362. "navigationBarBackgroundColor": "#2cb8d4",
  363. "navigationBarTextStyle": "white",
  364. "app-plus": {
  365. "softinputNavBar": "none",
  366. "titleNView": false
  367. }
  368. }
  369. },
  370. //商户订单
  371. {
  372. "path": "pages/my/js_order",
  373. "style": {
  374. "navigationBarTitleText": "订单",
  375. "navigationBarBackgroundColor": "#2cb8d4",
  376. "navigationBarTextStyle": "white",
  377. "app-plus": {
  378. "softinputNavBar": "none",
  379. "titleNView": false
  380. }
  381. }
  382. },
  383. {
  384. "path": "pages/my/feedback",
  385. "style": {
  386. "navigationBarTitleText": "投诉举报"
  387. }
  388. },
  389. //充值
  390. {
  391. "path": "pages/my/pay",
  392. "style": {
  393. "navigationBarTitleText": "充值",
  394. "navigationBarBackgroundColor": "#2cb8d4",
  395. "navigationBarTextStyle": "white",
  396. "app-plus": {
  397. "softinputNavBar": "none",
  398. "titleNView": false
  399. }
  400. }
  401. }
  402. ],
  403. "subPackages": [
  404. {
  405. "root": "setting",
  406. "pages": [
  407. {
  408. "path": "myNew/phone",
  409. "style": {
  410. "navigationBarTitleText": "手机号登录",
  411. "navigationBarBackgroundColor": "#2cb8d4",
  412. "navigationBarTextStyle": "white",
  413. "app-plus": {
  414. "softinputNavBar": "none",
  415. "titleNView": false
  416. }
  417. }
  418. },
  419. {
  420. "path": "myNew/useCodeLogin",
  421. "style": {
  422. "navigationBarTitleText": "验证码",
  423. "navigationBarBackgroundColor": "#2cb8d4",
  424. "navigationBarTextStyle": "white",
  425. "app-plus": {
  426. "softinputNavBar": "none",
  427. "titleNView": false
  428. }
  429. }
  430. },
  431. {
  432. "path": "myNew/forgetPassword",
  433. "style": {
  434. "navigationBarTitleText": "修改密码",
  435. "navigationBarBackgroundColor": "#2cb8d4",
  436. "navigationBarTextStyle": "white",
  437. "app-plus": {
  438. "softinputNavBar": "none",
  439. "titleNView": false
  440. }
  441. }
  442. }
  443. ]
  444. },
  445. {
  446. "root": "workbench",
  447. "pages": [
  448. {
  449. "path": "password/index",
  450. "style": {
  451. "navigationBarTitleText": "修改密码",
  452. "navigationBarBackgroundColor": "#ffffff",
  453. "navigationBarTextStyle": "black"
  454. }
  455. },
  456. {
  457. "path": "rating/index",
  458. "style": {
  459. "navigationBarTitleText": "我的评分",
  460. "navigationBarBackgroundColor": "#ffffff",
  461. "navigationBarTextStyle": "black"
  462. }
  463. },
  464. {
  465. "path": "bank/index",
  466. "style": {
  467. "navigationBarTitleText": "银行卡",
  468. "navigationBarBackgroundColor": "#2cb8d4",
  469. "navigationBarTextStyle": "white"
  470. }
  471. },
  472. {
  473. "path": "bank/add",
  474. "style": {
  475. "navigationBarTitleText": "添加银行卡",
  476. "navigationBarBackgroundColor": "#2cb8d4",
  477. "navigationBarTextStyle": "white"
  478. }
  479. },
  480. {
  481. "path": "bank/detail",
  482. "style": {
  483. "navigationBarTitleText": "银行卡详情",
  484. "navigationBarBackgroundColor": "#2cb8d4",
  485. "navigationBarTextStyle": "white"
  486. }
  487. },
  488. {
  489. "path": "withdraw/apply",
  490. "style": {
  491. "navigationBarTitleText": "申请提现",
  492. "navigationBarBackgroundColor": "#ffffff",
  493. "navigationBarTextStyle": "black"
  494. }
  495. },
  496. {
  497. "path": "withdraw/record",
  498. "style": {
  499. "navigationBarTitleText": "提现记录",
  500. "navigationBarBackgroundColor": "#ffffff",
  501. "navigationBarTextStyle": "black"
  502. }
  503. },
  504. {
  505. "path": "withdraw/detail",
  506. "style": {
  507. "navigationBarTitleText": "提现详情",
  508. "navigationBarBackgroundColor": "#ffffff",
  509. "navigationBarTextStyle": "black"
  510. }
  511. },
  512. {
  513. "path": "income/index",
  514. "style": {
  515. "navigationBarTitleText": "我的收入",
  516. "navigationBarBackgroundColor": "#ffffff",
  517. "navigationBarTextStyle": "black"
  518. }
  519. },
  520. {
  521. "path": "skill/index",
  522. "style": {
  523. "navigationBarTitleText": "技能管理",
  524. "navigationBarBackgroundColor": "#ffffff",
  525. "navigationBarTextStyle": "black"
  526. }
  527. },
  528. {
  529. "path": "skill/add",
  530. "style": {
  531. "navigationBarTitleText": "开通新服务",
  532. "navigationBarBackgroundColor": "#ffffff",
  533. "navigationBarTextStyle": "black"
  534. }
  535. },
  536. {
  537. "path": "skill/edit",
  538. "style": {
  539. "navigationBarTitleText": "编辑项目",
  540. "navigationBarBackgroundColor": "#ffffff",
  541. "navigationBarTextStyle": "black"
  542. }
  543. },
  544. {
  545. "path": "fare/index",
  546. "style": {
  547. "navigationBarTitleText": "免车费",
  548. "navigationBarBackgroundColor": "#ffffff",
  549. "navigationBarTextStyle": "black"
  550. }
  551. },
  552. {
  553. "path": "contract/index",
  554. "style": {
  555. "navigationBarTitleText": "我的合同",
  556. "navigationBarBackgroundColor": "#ffffff",
  557. "navigationBarTextStyle": "black"
  558. }
  559. },
  560. {
  561. "path": "contract/detail",
  562. "style": {
  563. "navigationBarTitleText": "合同查看",
  564. "navigationBarBackgroundColor": "#ffffff",
  565. "navigationBarTextStyle": "black"
  566. }
  567. },
  568. {
  569. "path": "city/index",
  570. "style": {
  571. "navigationBarTitleText": "城市管理",
  572. "navigationBarBackgroundColor": "#ffffff",
  573. "navigationBarTextStyle": "black"
  574. }
  575. },
  576. {
  577. "path": "city/apply",
  578. "style": {
  579. "navigationBarTitleText": "城市管理",
  580. "navigationBarBackgroundColor": "#ffffff",
  581. "navigationBarTextStyle": "black"
  582. }
  583. }
  584. ]
  585. }
  586. ],
  587. "preloadRule": {
  588. "pages/index/index": {
  589. "network": "all",
  590. "packages": ["points", "workbench"]
  591. }
  592. },
  593. "globalStyle": {
  594. "navigationBarTextStyle": "black",
  595. "navigationBarTitleText": "uni-app",
  596. "navigationBarBackgroundColor": "#F8F8F8",
  597. "backgroundColor": "#F8F8F8"
  598. },
  599. "tabBar": {
  600. "color": "#ADB4B8",
  601. "selectedColor": "#333333",
  602. "backgroundColor": "#FFFFFF",
  603. "list": [ {
  604. "text": "工作台",
  605. "pagePath": "pages/index/index",
  606. "iconPath": "static/identify/index.png",
  607. "selectedIconPath": "static/identify/index-cur.png"
  608. },
  609. {
  610. "text": "动态",
  611. "pagePath": "pages/my/dynamic/index",
  612. //"pagePath": "pages/discover/discover",
  613. "iconPath": "static/discover/discover.png",
  614. "selectedIconPath": "static/discover/discover-cur.png"
  615. },
  616. {
  617. "text": "订单",
  618. "pagePath": "pages/order/order",
  619. "iconPath": "static/identify/order.png",
  620. "selectedIconPath": "static/identify/order-cur.png"
  621. },
  622. {
  623. "text": "我的",
  624. "pagePath": "pages/my/my",
  625. "iconPath": "static/identify/mine.png",
  626. "selectedIconPath": "static/identify/mine-cur.png"
  627. }
  628. ]
  629. },
  630. "uniIdRouter": {}
  631. }