pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. // #ifdef H5
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "首页",
  11. "navigationBarBackgroundColor": "#05C25C",
  12. "navigationBarTextStyle": "white",
  13. "app-plus": {
  14. "titleNView": false
  15. }
  16. }
  17. },
  18. // #endif
  19. // #ifndef H5
  20. {
  21. "path": "pages/index/index",
  22. "style": {
  23. "navigationBarTitleText": "首页",
  24. "navigationBarBackgroundColor": "#05C25C",
  25. "navigationBarTextStyle": "white"
  26. }
  27. },
  28. // #endif
  29. {
  30. "path": "pages/index/search/index",
  31. "style": {
  32. "navigationBarTitleText": "搜索",
  33. // #ifdef H5
  34. "navigationStyle": "custom",
  35. // #endif
  36. "app-plus": {
  37. "titleNView": true
  38. }
  39. }
  40. },
  41. {
  42. "path": "pages/index/game/detailphoto",
  43. "style": {
  44. "navigationBarTitleText": "资质证书"
  45. }
  46. },
  47. {
  48. "path": "pages/index/jinji",
  49. "style": {
  50. "navigationBarTitleText": "紧急求助"
  51. }
  52. },
  53. {
  54. "path": "pages/index/game/workphoto",
  55. "style": {
  56. "navigationBarTitleText": "工作照片"
  57. }
  58. },
  59. {
  60. "path": "pages/index/game/myOrder",
  61. "style": {
  62. "navigationBarTitleText": "发布详情"
  63. }
  64. },
  65. {
  66. "path": "pages/index/citys/citys",
  67. "style": {
  68. "navigationBarTitleText": "城市"
  69. }
  70. },
  71. {
  72. "path": "pages/index/webView",
  73. "style": {
  74. "navigationBarTitleText": "网页"
  75. }
  76. },
  77. // #ifdef H5
  78. {
  79. "path": "pages/order/index",
  80. "style": {
  81. "navigationBarTitleText": "我的订单",
  82. "app-plus": {
  83. "titleNView": false
  84. }
  85. }
  86. },
  87. // #endif
  88. // #ifndef H5
  89. {
  90. "path": "pages/order/index",
  91. "style": {
  92. "navigationBarTitleText": "我的订单"
  93. }
  94. },
  95. // #endif
  96. {
  97. "path": "pages/msg/index",
  98. "style": {
  99. "navigationBarTitleText": "消息"
  100. }
  101. },
  102. {
  103. "path": "pages/msg/im",
  104. "style": {
  105. "navigationBarTitleText": "消息"
  106. }
  107. },
  108. {
  109. "path": "pages/msg/message",
  110. "style": {
  111. "navigationBarTitleText": "系统消息",
  112. "enablePullDownRefresh": true
  113. }
  114. },
  115. // #ifdef H5
  116. {
  117. "path": "pages/my/index",
  118. "style": {
  119. "navigationBarTitleText": "我的",
  120. "navigationBarBackgroundColor": "#05C25C",
  121. "navigationBarTextStyle": "white",
  122. "app-plus": {
  123. "titleNView": false
  124. }
  125. }
  126. },
  127. // #endif
  128. // #ifndef H5
  129. {
  130. "path": "pages/my/index",
  131. "style": {
  132. "navigationBarTitleText": "我的",
  133. "navigationBarBackgroundColor": "#05C25C",
  134. "navigationBarTextStyle": "white"
  135. }
  136. },
  137. // #endif
  138. {
  139. "path": "pages/my/invitationUser",
  140. "style": {
  141. "navigationBarTitleText": "邀请好友",
  142. "enablePullDownRefresh": false,
  143. "app-plus": {
  144. "bounce": "none",
  145. "scrollIndicator": "none",
  146. "titleNView": true
  147. }
  148. }
  149. },
  150. {
  151. "path": "pages/my/jingjiren",
  152. "style": {
  153. "navigationBarTitleText": "邀请师傅",
  154. "enablePullDownRefresh": false,
  155. "app-plus": {
  156. "bounce": "none",
  157. "scrollIndicator": "none",
  158. "titleNView": true
  159. }
  160. }
  161. },
  162. {
  163. "path": "pages/my/userinfo",
  164. "style": {
  165. "navigationBarTitleText": "个人信息"
  166. }
  167. },
  168. {
  169. "path": "pages/my/mangshi",
  170. "style": {
  171. "navigationBarTitleText": "忙时设置"
  172. }
  173. },
  174. {
  175. "path": "pages/my/user",
  176. "style": {
  177. "navigationBarTitleText": "个人信息"
  178. }
  179. },
  180. {
  181. "path": "pages/public/login",
  182. "style": {
  183. "navigationBarTitleText": "登录"
  184. }
  185. },
  186. {
  187. "path": "pages/public/bind",
  188. "style": {
  189. "navigationBarTitleText": "绑定手机号"
  190. }
  191. },
  192. {
  193. "path": "pages/public/forgetPwd",
  194. "style": {
  195. "navigationBarTitleText": "重置密码"
  196. }
  197. },
  198. {
  199. "path": "pages/public/loginphone",
  200. "style": {
  201. "navigationBarTitleText": "登录"
  202. }
  203. },
  204. {
  205. "path": "pages/public/pwd",
  206. "style": {
  207. "navigationBarTitleText": "修改密码"
  208. }
  209. },
  210. {
  211. "path": "pages/public/register",
  212. "style": {
  213. "navigationBarTitleText": "注册"
  214. }
  215. }
  216. ],
  217. "subPackages": [{
  218. "root": "my",
  219. "pages": [{
  220. "path": "help/feedbackIndex",
  221. "style": {
  222. "navigationBarTitleText": "帮助中心",
  223. "enablePullDownRefresh": false
  224. }
  225. }, {
  226. "path": "help/helpDetail",
  227. "style": {
  228. "navigationBarTitleText": "帮助详情",
  229. "enablePullDownRefresh": false
  230. }
  231. }, {
  232. "path": "qiandao/index",
  233. "style": {
  234. "navigationBarTitleText": "签到"
  235. }
  236. }, {
  237. "path": "shuju/index",
  238. "style": {
  239. "navigationBarTitleText": "数据统计"
  240. }
  241. }, {
  242. "path": "shuju/data",
  243. "style": {
  244. "navigationBarTitleText": "忙时设置"
  245. }
  246. }, {
  247. "path": "gird/guanzhu",
  248. "style": {
  249. "navigationBarTitleText": "我的粉丝",
  250. "enablePullDownRefresh": true
  251. }
  252. },
  253. {
  254. "path": "gird/visitor",
  255. "style": {
  256. "navigationBarTitleText": "最近访客",
  257. "enablePullDownRefresh": true
  258. }
  259. },
  260. {
  261. "path": "address/address",
  262. "style": {
  263. "navigationBarTitleText": "地址管理",
  264. "enablePullDownRefresh": false
  265. }
  266. },
  267. {
  268. "path": "address/Endaddress",
  269. "style": {
  270. "navigationBarTitleText": "添加地址",
  271. "enablePullDownRefresh": false
  272. }
  273. },
  274. {
  275. "path": "gird/browse",
  276. "style": {
  277. "navigationBarTitleText": "浏览足迹",
  278. "enablePullDownRefresh": true
  279. }
  280. },
  281. {
  282. "path": "renzheng/index",
  283. "style": {
  284. "navigationBarTitleText": ""
  285. }
  286. },
  287. {
  288. "path": "renzheng/rzType",
  289. "style": {
  290. "navigationBarTitleText": ""
  291. }
  292. },
  293. {
  294. "path": "vip/index",
  295. "style": {
  296. "navigationBarTitleText": "开通会员"
  297. }
  298. },
  299. {
  300. "path": "wallet/index",
  301. "style": {
  302. "navigationBarTitleText": "我的钱包"
  303. }
  304. },
  305. {
  306. "path": "wallet/test",
  307. "style": {
  308. "navigationBarTitleText": "授权"
  309. }
  310. },
  311. {
  312. "path": "wallet/zhifubao",
  313. "style": {
  314. "navigationBarTitleText": ""
  315. }
  316. },
  317. {
  318. "path": "wallet/cashList",
  319. "style": {
  320. "navigationBarTitleText": "提现记录",
  321. "enablePullDownRefresh": true
  322. }
  323. },
  324. {
  325. "path": "wallet/therapist",
  326. "style": {
  327. "navigationBarTitleText": "我的老板",
  328. "enablePullDownRefresh": true
  329. }
  330. },
  331. {
  332. "path": "wallet/xinyongfendetail",
  333. "style": {
  334. "navigationBarTitleText": "信用分明细",
  335. "enablePullDownRefresh": true
  336. }
  337. },
  338. {
  339. "path": "wallet/mymoneydetail",
  340. "style": {
  341. "navigationBarTitleText": "钱包明细",
  342. "enablePullDownRefresh": true
  343. }
  344. },
  345. {
  346. "path": "wallet/yinhangka",
  347. "style": {
  348. "navigationBarTitleText": "银行卡账号",
  349. "app-plus": {
  350. "bounce": "none",
  351. "titleNView": true
  352. }
  353. }
  354. },
  355. {
  356. "path": "order/pay",
  357. "style": {
  358. "navigationBarTitleText": "订单详情"
  359. }
  360. },
  361. {
  362. "path": "order/complain",
  363. "style": {
  364. "navigationBarTitleText": "投诉"
  365. }
  366. },
  367. {
  368. "path": "team/team",
  369. "style": {
  370. "navigationBarTitleText": "我的团队"
  371. }
  372. },
  373. {
  374. "path": "publish/index",
  375. "style": {
  376. "navigationBarTitleText": "我的项目"
  377. }
  378. },
  379. {
  380. "path": "publish/yaoqing",
  381. "style": {
  382. "navigationBarTitleText": "邀请好友"
  383. }
  384. },
  385. {
  386. "path": "publish/download",
  387. "style": {
  388. "navigationBarTitleText": "APP下载"
  389. }
  390. },
  391. {
  392. "path": "publish/editor",
  393. "style": {
  394. "navigationBarTitleText": "项目发布"
  395. }
  396. }, {
  397. "path": "publish/money",
  398. "style": {
  399. "navigationBarTitleText": "保证金"
  400. }
  401. },
  402. {
  403. "path": "setting/customer",
  404. "style": {
  405. "navigationBarTitleText": "在线客服"
  406. }
  407. },
  408. {
  409. "path": "feedback/index",
  410. "style": {
  411. "navigationBarTitleText": "意见反馈"
  412. }
  413. },
  414. {
  415. "path": "setting/help",
  416. "style": {
  417. "navigationBarTitleText": "帮助中心"
  418. }
  419. },
  420. {
  421. "path": "setting/index",
  422. "style": {
  423. "navigationBarTitleText": "设置中心"
  424. }
  425. },
  426. {
  427. "path": "setting/mimi",
  428. "style": {
  429. "navigationBarTitleText": "隐私政策"
  430. }
  431. },
  432. {
  433. "path": "setting/xieyi",
  434. "style": {
  435. "navigationBarTitleText": ""
  436. }
  437. },
  438. {
  439. "path": "setting/about",
  440. "style": {
  441. "navigationBarTitleText": "关于我们"
  442. }
  443. },
  444. {
  445. "path": "setting/userphone",
  446. "style": {
  447. "navigationBarTitleText": "修改手机号"
  448. }
  449. },
  450. {
  451. "path": "order/feedback",
  452. "style": {
  453. "navigationBarTitleText": "评价"
  454. }
  455. },
  456. {
  457. "path": "takeOrder/index",
  458. "style": {
  459. "navigationBarTitleText": "我的接单"
  460. }
  461. },
  462. {
  463. "path": "takeOrder/takeDetail",
  464. "style": {
  465. "navigationBarTitleText": "接单详情"
  466. }
  467. },
  468. {
  469. "path": "setting/chat",
  470. "style": {
  471. "navigationBarTitleText": "联系客服"
  472. }
  473. }, {
  474. "path": "publish/moneylist",
  475. "style": {
  476. "navigationBarTitleText": "保证金明细"
  477. }
  478. }
  479. ]
  480. }, {
  481. "root": "package/pages",
  482. "pages": [{
  483. "path": "zysc/index/index",
  484. "style": {
  485. "navigationBarTitleText": "采购商城",
  486. "navigationBarTextStyle": "black",
  487. "app-plus": {
  488. "bounce": "none",
  489. "scrollIndicator": "none",
  490. "titleNView": true
  491. }
  492. }
  493. }, {
  494. "path": "zysc/index/search",
  495. "style": {
  496. "navigationBarTitleText": "搜索",
  497. "enablePullDownRefresh": true,
  498. "app-plus": {
  499. "bounce": "none",
  500. "scrollIndicator": "none",
  501. "titleNView": false
  502. }
  503. }
  504. },
  505. {
  506. "path": "zysc/index/pinglunList",
  507. "style": {
  508. "navigationBarTitleText": "商品评论",
  509. "enablePullDownRefresh": true,
  510. "app-plus": {
  511. "bounce": "none",
  512. "scrollIndicator": "none",
  513. "titleNView": true
  514. }
  515. }
  516. },
  517. {
  518. "path": "zysc/index/commoditydetail",
  519. "style": {
  520. "navigationBarTitleText": "商品详情",
  521. "navigationBarTextStyle": "black",
  522. "enablePullDownRefresh": false,
  523. "app-plus": {
  524. "bounce": "none",
  525. "scrollIndicator": "none",
  526. "titleNView": {
  527. "type": "transparent",
  528. "buttons": [{
  529. "type": "menu"
  530. }]
  531. }
  532. }
  533. }
  534. },
  535. {
  536. "path": "zysc/index/commodityList",
  537. "style": {
  538. "navigationBarTextStyle": "black",
  539. "navigationBarTitleText": "商品列表",
  540. "enablePullDownRefresh": false,
  541. "app-plus": {
  542. "scrollIndicator": "none",
  543. "bounce": "none",
  544. "titleNView": true
  545. }
  546. }
  547. },
  548. {
  549. "path": "zysc/my/yaoqing",
  550. "style": {
  551. "navigationBarTextStyle": "black",
  552. "navigationBarTitleText": "我的团队",
  553. "enablePullDownRefresh": false,
  554. "app-plus": {
  555. "scrollIndicator": "none",
  556. "bounce": "none",
  557. "titleNView": true
  558. }
  559. }
  560. },
  561. {
  562. "path": "zysc/my/pinglun",
  563. "style": {
  564. "navigationBarTextStyle": "black",
  565. "navigationBarTitleText": "发表评论",
  566. "enablePullDownRefresh": false,
  567. "app-plus": {
  568. "scrollIndicator": "none",
  569. "bounce": "none",
  570. "titleNView": true
  571. }
  572. }
  573. },
  574. {
  575. "path": "zysc/my/myList",
  576. "style": {
  577. "navigationBarTextStyle": "black",
  578. "navigationBarTitleText": "我的订单",
  579. "enablePullDownRefresh": false,
  580. "app-plus": {
  581. "scrollIndicator": "none",
  582. "bounce": "none",
  583. "titleNView": true
  584. }
  585. }
  586. },
  587. {
  588. "path": "zysc/my/teamorder",
  589. "style": {
  590. "navigationBarTextStyle": "black",
  591. "navigationBarTitleText": "团队返利",
  592. "enablePullDownRefresh": false,
  593. "app-plus": {
  594. "scrollIndicator": "none",
  595. "bounce": "none",
  596. "titleNView": true
  597. }
  598. }
  599. },
  600. {
  601. "path": "zysc/my/rebateorder",
  602. "style": {
  603. "navigationBarTextStyle": "black",
  604. "navigationBarTitleText": "我的返利",
  605. "enablePullDownRefresh": false,
  606. "app-plus": {
  607. "scrollIndicator": "none",
  608. "bounce": "none",
  609. "titleNView": true
  610. }
  611. }
  612. },
  613. {
  614. "path": "zysc/my/payment",
  615. "style": {
  616. "navigationBarTextStyle": "black",
  617. "navigationBarTitleText": "支付订单",
  618. "enablePullDownRefresh": false,
  619. "app-plus": {
  620. "scrollIndicator": "none",
  621. "bounce": "none",
  622. "titleNView": true
  623. }
  624. }
  625. },
  626. {
  627. "path": "zysc/member/webview",
  628. "style": {
  629. "navigationBarTextStyle": "black",
  630. "enablePullDownRefresh": false,
  631. "app-plus": {
  632. "bounce": "none",
  633. "scrollIndicator": "none",
  634. "titleNView": true
  635. }
  636. }
  637. },
  638. {
  639. "path": "zysc/member/order",
  640. "style": {
  641. "navigationBarTextStyle": "black",
  642. "navigationBarTitleText": "确认订单",
  643. "enablePullDownRefresh": false,
  644. "app-plus": {
  645. "scrollIndicator": "none",
  646. "bounce": "none",
  647. "titleNView": true
  648. }
  649. }
  650. },
  651. {
  652. "path": "zysc/member/orderdetail",
  653. "style": {
  654. "navigationBarTextStyle": "black",
  655. "navigationBarTitleText": "订单详情",
  656. "enablePullDownRefresh": false,
  657. "app-plus": {
  658. "scrollIndicator": "none",
  659. "bounce": "none",
  660. "titleNView": true
  661. }
  662. }
  663. }
  664. ]
  665. }],
  666. "globalStyle": {
  667. "navigationBarTextStyle": "black",
  668. "navigationBarTitleText": "上门服务",
  669. "navigationBarBackgroundColor": "#FFFFFF",
  670. "backgroundColor": "#ffffff"
  671. },
  672. "tabBar": {
  673. "color": "#222222",
  674. "selectedColor": "#1EDA94",
  675. "backgroundColor": "#FFFFFF",
  676. "borderStyle": "black",
  677. "list": [{
  678. "pagePath": "pages/index/index",
  679. "iconPath": "static/tabbar/index.png",
  680. "selectedIconPath": "static/tabbar/index_.png",
  681. "text": "首页"
  682. },
  683. {
  684. "pagePath": "pages/order/index",
  685. "iconPath": "static/tabbar/order.png",
  686. "selectedIconPath": "static/tabbar/order_.png",
  687. "text": "订单"
  688. },
  689. {
  690. "pagePath": "pages/my/index",
  691. "iconPath": "static/tabbar/my.png",
  692. "selectedIconPath": "static/tabbar/my_.png",
  693. "text": "我的"
  694. }
  695. ]
  696. }
  697. }