pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  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/tabbar/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/tabbar/shipyard/shipyard",
  15. "style": {
  16. "navigationBarTitleText": "船厂",
  17. "navigationBarBackgroundColor": "#fff"
  18. }
  19. },
  20. {
  21. "path": "pages/tabbar/shipyard/detail",
  22. "style": {
  23. "navigationBarTitleText": "",
  24. "navigationStyle": "custom" // 隐藏系统导航栏
  25. }
  26. },
  27. {
  28. "path": "pages/tabbar/shipyard/news",
  29. "style": {
  30. "navigationBarTitleText": "",
  31. "navigationStyle": "custom" // 隐藏系统导航栏
  32. }
  33. },
  34. {
  35. "path": "pages/tabbar/shop/shop",
  36. "style": {
  37. "navigationBarTitleText": "商城",
  38. "navigationStyle": "custom" // 隐藏系统导航栏
  39. }
  40. },
  41. {
  42. "path": "pages/tabbar/mine/mine",
  43. "style": {
  44. "navigationBarTitleText": "",
  45. "navigationStyle": "custom" // 隐藏系统导航栏
  46. }
  47. },
  48. {
  49. "path": "pages/login/register",
  50. "style": {
  51. "navigationBarTitleText": "注册账号",
  52. "navigationBarBackgroundColor": "#FFFFFF"
  53. }
  54. },
  55. {
  56. "path": "pages/login/forgot_pwd",
  57. "style": {
  58. "navigationBarTitleText": "找回密码",
  59. "navigationBarBackgroundColor": "#fff"
  60. }
  61. },
  62. {
  63. "path": "pages/login/password_login",
  64. "style": {
  65. "navigationBarTitleText": "",
  66. "navigationBarBackgroundColor": "#fff"
  67. }
  68. },
  69. {
  70. "path": "pages/login/code_login",
  71. "style": {
  72. "navigationBarTitleText": "验证码登录",
  73. "navigationBarBackgroundColor": "#fff"
  74. }
  75. },
  76. {
  77. "path": "pages/user/map",
  78. "style": {
  79. "navigationBarTitleText": "地图选择",
  80. "navigationBarBackgroundColor": "#fff",
  81. "navigationStyle": "custom" // 隐藏系统导航栏
  82. }
  83. }
  84. ],
  85. "subPackages": [
  86. {
  87. "root": "page_index",
  88. "pages": [
  89. {
  90. "path": "pages/index/changeCity",
  91. "style": {
  92. "navigationBarTitleText": "选择城市",
  93. "navigationBarBackgroundColor": "#FFFFFF"
  94. }
  95. },
  96. {
  97. "path": "pages/index/noticeList",
  98. "style": {
  99. "navigationBarTitleText": "公告列表",
  100. "navigationBarBackgroundColor": "#FFFFFF"
  101. }
  102. },
  103. {
  104. "path": "pages/index/noticeDetail",
  105. "style": {
  106. "navigationBarTitleText": "文章详情",
  107. "navigationBarBackgroundColor": "#FFFFFF"
  108. }
  109. },
  110. {
  111. "path": "pages/index/newDetail",
  112. "style": {
  113. "navigationBarTitleText": "",
  114. "navigationBarBackgroundColor": "#FFFFFF"
  115. }
  116. },
  117. {
  118. "path": "pages/index/search",
  119. "style": {
  120. "navigationBarTitleText": "搜索",
  121. "navigationBarBackgroundColor": "#FFFFFF"
  122. }
  123. },
  124. {
  125. "path": "pages/index/weather",
  126. "style": {
  127. "navigationBarTitleText": ""
  128. }
  129. },
  130. {
  131. "path": "pages/demand/demand",
  132. "style": {
  133. "navigationBarTitleText": "劳务需求",
  134. "navigationBarBackgroundColor": "#EEF1F8"
  135. }
  136. },
  137. {
  138. "path": "pages/demand/publish",
  139. "style": {
  140. "navigationBarTitleText": "发布应聘",
  141. "navigationBarBackgroundColor": "#ffffff"
  142. }
  143. },
  144. {
  145. "path": "pages/demand/perfect",
  146. "style": {
  147. "navigationBarTitleText": "",
  148. "navigationBarBackgroundColor": "#ffffff"
  149. }
  150. },
  151. {
  152. "path": "pages/demand/delivery",
  153. "style": {
  154. "navigationBarTitleText": "投递记录",
  155. "navigationBarBackgroundColor": "#ffffff"
  156. }
  157. },
  158. {
  159. "path": "pages/demand/collect",
  160. "style": {
  161. "navigationBarTitleText": "我的收藏",
  162. "navigationBarBackgroundColor": "#ffffff"
  163. }
  164. },
  165. {
  166. "path": "pages/demand/recruitDetail",
  167. "style": {
  168. "navigationBarTitleText": "职位详情",
  169. "navigationBarBackgroundColor": "#ffffff"
  170. }
  171. },
  172. {
  173. "path": "pages/demand/wantedDetail",
  174. "style": {
  175. "navigationBarTitleText": "简历详情",
  176. "navigationBarBackgroundColor": "#ffffff"
  177. }
  178. },
  179. {
  180. "path": "pages/purchase/purchase",
  181. "style": {
  182. // "navigationBarTitleText": "采购订单",
  183. "navigationStyle": "custom" ,// 隐藏系统导航栏
  184. "navigationBarBackgroundColor": "#ffffff"
  185. }
  186. },
  187. {
  188. "path": "pages/purchase/orderDetail",
  189. "style": {
  190. "navigationBarTitleText": "订单详情",
  191. "navigationBarBackgroundColor": "#ffffff"
  192. }
  193. },
  194. {
  195. "path": "pages/purchase/receivingDetail",
  196. "style": {
  197. "navigationBarTitleText": "详情",
  198. "navigationBarBackgroundColor": "#ffffff"
  199. }
  200. },
  201. {
  202. "path": "pages/purchase/release",
  203. "style": {
  204. "navigationBarTitleText": "采购需求",
  205. "navigationBarBackgroundColor": "#ffffff"
  206. }
  207. },
  208. {
  209. "path": "pages/repair/repair",
  210. "style": {
  211. // "navigationBarTitleText": "船机修理",
  212. "navigationStyle": "custom" ,// 隐藏系统导航栏
  213. "navigationBarBackgroundColor": "#ffffff"
  214. }
  215. },
  216. {
  217. "path": "pages/repair/receivingOrder",
  218. "style": {
  219. "navigationBarTitleText": "发布接单需求",
  220. "navigationBarBackgroundColor": "#ffffff"
  221. }
  222. },
  223. {
  224. "path": "pages/repair/repairOrder",
  225. "style": {
  226. "navigationBarTitleText": "发布维修",
  227. "navigationBarBackgroundColor": "#ffffff"
  228. }
  229. },
  230. {
  231. "path" : "pages/repair/orderDetail",
  232. "style" : {
  233. "navigationBarTitleText": "订单详情",
  234. "navigationBarBackgroundColor": "#ffffff"
  235. }
  236. },
  237. {
  238. "path" : "pages/repair/repairDetail",
  239. "style" : {
  240. "navigationBarTitleText": "详情",
  241. "navigationBarBackgroundColor": "#ffffff"
  242. }
  243. },
  244. {
  245. "path": "pages/bidding/bidding",
  246. "style": {
  247. "navigationBarTitleText": "招标",
  248. "navigationStyle": "custom" // 隐藏系统导航栏
  249. }
  250. },
  251. {
  252. "path": "pages/bidding/bidDetail",
  253. "style": {
  254. "navigationBarTitleText": "招标详情",
  255. "navigationBarBackgroundColor": "#ffffff"
  256. }
  257. },
  258. {
  259. "path": "pages/resources/resources",
  260. "style": {
  261. "navigationBarTitleText": "资源中心",
  262. "navigationBarBackgroundColor": "#ffffff"
  263. }
  264. },
  265. {
  266. "path": "pages/resources/resourDetail",
  267. "style": {
  268. "navigationBarTitleText": "船级社详情",
  269. "navigationBarBackgroundColor": "#ffffff"
  270. }
  271. },
  272. {
  273. "path": "pages/resources/rule",
  274. "style": {
  275. "navigationBarTitleText": "规则",
  276. "navigationBarBackgroundColor": "#ffffff"
  277. }
  278. }
  279. ]
  280. },
  281. {
  282. "root": "page_mine",
  283. "pages": [
  284. {
  285. "path": "pages/setting/setting",
  286. "style": {
  287. "navigationBarTitleText": "设置",
  288. "navigationBarBackgroundColor": "#fff"
  289. }
  290. },
  291. {
  292. "path": "pages/setting/personal",
  293. "style": {
  294. "navigationBarTitleText": "个人信息",
  295. "navigationBarBackgroundColor": "#fff"
  296. }
  297. },
  298. {
  299. "path": "pages/setting/real_name",
  300. "style": {
  301. "navigationBarTitleText": "",
  302. "navigationBarBackgroundColor": "#fff"
  303. }
  304. },
  305. {
  306. "path": "pages/setting/account_info",
  307. "style": {
  308. "navigationBarTitleText": "账号信息",
  309. "navigationBarBackgroundColor": "#fff"
  310. }
  311. },
  312. {
  313. "path": "pages/setting/bind_eMail",
  314. "style": {
  315. "navigationBarTitleText": "",
  316. "navigationBarBackgroundColor": "#fff"
  317. }
  318. },
  319. {
  320. "path": "pages/setting/edit_pwd",
  321. "style": {
  322. "navigationBarTitleText": "修改密码",
  323. "navigationBarBackgroundColor": "#fff"
  324. }
  325. },
  326. {
  327. "path": "pages/setting/about",
  328. "style": {
  329. "navigationBarTitleText": "关于我们",
  330. "navigationBarBackgroundColor": "#fff"
  331. }
  332. },
  333. {
  334. "path": "pages/setting/rules",
  335. "style": {
  336. "navigationBarTitleText": "平台规则",
  337. "navigationBarBackgroundColor": "#fff"
  338. }
  339. },
  340. {
  341. "path": "pages/message/message",
  342. "style": {
  343. "navigationBarTitleText": "消息中心",
  344. "navigationBarBackgroundColor": "#fff"
  345. }
  346. },
  347. {
  348. "path": "pages/message/detail",
  349. "style": {
  350. "navigationBarTitleText": "消息详情",
  351. "navigationBarBackgroundColor": "#fff"
  352. }
  353. },
  354. {
  355. "path": "pages/member/index",
  356. "style": {
  357. "navigationBarTitleText": "会员中心",
  358. "navigationBarBackgroundColor": "#fff"
  359. }
  360. },
  361. {
  362. "path": "pages/wallet/wallet",
  363. "style": {
  364. "navigationBarTitleText": "我的余额",
  365. "navigationBarBackgroundColor": "#fff"
  366. }
  367. },
  368. {
  369. "path": "pages/wallet/withdrawal",
  370. "style": {
  371. "navigationBarTitleText": "提现",
  372. "navigationBarBackgroundColor": "#fff"
  373. }
  374. },
  375. {
  376. "path": "pages/collect/collect",
  377. "style": {
  378. "navigationBarTitleText": "我的收藏",
  379. "navigationBarBackgroundColor": "#fff"
  380. }
  381. },
  382. {
  383. "path": "pages/order/production",
  384. "style": {
  385. "navigationBarTitleText": "生产订单",
  386. "navigationBarBackgroundColor": "#fff"
  387. }
  388. },
  389. {
  390. "path": "pages/order/outsourcing",
  391. "style": {
  392. "navigationBarTitleText": "外协订单",
  393. "navigationBarBackgroundColor": "#fff"
  394. }
  395. },
  396. {
  397. "path": "pages/order/purchase",
  398. "style": {
  399. "navigationBarTitleText": "采购订单",
  400. "navigationBarBackgroundColor": "#fff"
  401. }
  402. },
  403. {
  404. "path": "pages/order/oceanShipping",
  405. "style": {
  406. "navigationBarTitleText": "海运订单",
  407. "navigationBarBackgroundColor": "#fff"
  408. }
  409. },
  410. {
  411. "path": "pages/order/repair",
  412. "style": {
  413. "navigationBarTitleText": "维修订单",
  414. "navigationBarBackgroundColor": "#fff"
  415. }
  416. },
  417. {
  418. "path": "pages/order/repairDetail",
  419. "style": {
  420. "navigationBarTitleText": "维修订单",
  421. "navigationStyle": "custom" // 隐藏系统导航栏
  422. }
  423. },
  424. {
  425. "path": "pages/order/detail",
  426. "style": {
  427. "navigationBarTitleText": "订单详情",
  428. "navigationBarBackgroundColor": "#fff"
  429. }
  430. },
  431. {
  432. "path": "pages/order/offer",
  433. "style": {
  434. "navigationBarTitleText": "报价详情",
  435. "navigationBarBackgroundColor": "#fff"
  436. }
  437. },
  438. {
  439. "path": "pages/service/joinPerson",
  440. "style": {
  441. "navigationBarTitleText": "船用人才注册",
  442. "navigationBarBackgroundColor": "#fff"
  443. }
  444. },
  445. {
  446. "path": "pages/service/applyMaintenance",
  447. "style": {
  448. "navigationBarTitleText": "申请维修工",
  449. "navigationBarBackgroundColor": "#fff"
  450. }
  451. },
  452. {
  453. "path": "pages/service/settledShipyard",
  454. "style": {
  455. "navigationBarTitleText": "入驻船厂",
  456. "navigationBarBackgroundColor": "#fff"
  457. }
  458. },
  459. {
  460. "path": "pages/service/settledMerchants",
  461. "style": {
  462. "navigationBarTitleText": "入驻商家",
  463. "navigationBarBackgroundColor": "#fff"
  464. }
  465. },
  466. {
  467. "path": "pages/service/release",
  468. "style": {
  469. "navigationBarTitleText": "我的发布",
  470. "navigationBarBackgroundColor": "#fff"
  471. }
  472. },
  473. {
  474. "path": "pages/service/demand",
  475. "style": {
  476. "navigationBarTitleText": "我的需求",
  477. "navigationBarBackgroundColor": "#fff"
  478. }
  479. },
  480. {
  481. "path": "pages/service/feed/feedback",
  482. "style": {
  483. "navigationBarTitleText": "意见反馈",
  484. "navigationBarBackgroundColor": "#fff"
  485. }
  486. },
  487. {
  488. "path": "pages/service/feed/history",
  489. "style": {
  490. "navigationBarTitleText": "反馈记录",
  491. "navigationBarBackgroundColor": "#fff"
  492. }
  493. },
  494. {
  495. "path": "pages/service/feed/detail",
  496. "style": {
  497. "navigationBarTitleText": "反馈详情",
  498. "navigationBarBackgroundColor": "#fff"
  499. }
  500. }
  501. ]
  502. },
  503. {
  504. "root": "page_shop",
  505. "pages": [
  506. {
  507. "path": "pages/base/base",
  508. "style": {
  509. "navigationBarTitleText": "",
  510. "navigationBarBackgroundColor": "#fff"
  511. }
  512. },
  513. {
  514. "path": "pages/good/detail",
  515. "style": {
  516. "navigationBarTitleText": "",
  517. "navigationStyle": "custom" // 隐藏系统导航栏
  518. }
  519. },
  520. {
  521. "path": "pages/good/submit",
  522. "style": {
  523. "navigationBarTitleText": "确认订单",
  524. "navigationBarBackgroundColor": "#fff"
  525. }
  526. },
  527. {
  528. "path": "pages/good/shop",
  529. "style": {
  530. "navigationBarTitleText": "",
  531. "navigationStyle": "custom" // 隐藏系统导航栏
  532. }
  533. },
  534. {
  535. "path": "pages/good/shopDetail",
  536. "style": {
  537. "navigationBarTitleText": "店铺详情",
  538. "navigationStyle": "custom" // 隐藏系统导航栏
  539. }
  540. },
  541. {
  542. "path": "pages/address/list",
  543. "style": {
  544. "navigationBarTitleText": "地址管理",
  545. "navigationBarBackgroundColor": "#fff"
  546. }
  547. },
  548. {
  549. "path": "pages/address/add",
  550. "style": {
  551. "navigationBarTitleText": "收货地址",
  552. "navigationBarBackgroundColor": "#fff"
  553. }
  554. },
  555. {
  556. "path": "pages/mine/cart",
  557. "style": {
  558. "navigationBarTitleText": "购物车",
  559. "navigationBarBackgroundColor": "#fff"
  560. }
  561. },
  562. {
  563. "path": "pages/mine/mine",
  564. "style": {
  565. "navigationBarTitleText": "我的",
  566. "navigationStyle": "custom" // 隐藏系统导航栏
  567. }
  568. },
  569. {
  570. "path": "pages/mine/chat",
  571. "style": {
  572. "navigationBarTitleText": "客服消息",
  573. "navigationBarBackgroundColor": "#fff"
  574. }
  575. },
  576. {
  577. "path": "pages/mine/chatDetail",
  578. "style": {
  579. "navigationBarTitleText": "",
  580. "navigationBarBackgroundColor": "#fff"
  581. }
  582. },
  583. {
  584. "path": "pages/mine/collect",
  585. "style": {
  586. "navigationBarTitleText": "商品收藏",
  587. "navigationBarBackgroundColor": "#fff"
  588. }
  589. },
  590. {
  591. "path": "pages/mine/search",
  592. "style": {
  593. "navigationBarTitleText": "搜索",
  594. "navigationBarBackgroundColor": "#fff"
  595. }
  596. },
  597. {
  598. "path": "pages/order/list",
  599. "style": {
  600. "navigationBarTitleText": "",
  601. "navigationStyle": "custom" // 隐藏系统导航栏
  602. }
  603. },
  604. {
  605. "path": "pages/order/detail",
  606. "style": {
  607. "navigationBarTitleText": "订单详情",
  608. "navigationBarBackgroundColor": "#fff"
  609. }
  610. },
  611. {
  612. "path": "pages/order/refund",
  613. "style": {
  614. "navigationBarTitleText": "退款/售后",
  615. "navigationBarBackgroundColor": "#fff"
  616. }
  617. },
  618. {
  619. "path": "pages/order/apply",
  620. "style": {
  621. "navigationBarTitleText": "申请退款",
  622. "navigationBarBackgroundColor": "#fff"
  623. }
  624. },
  625. {
  626. "path": "pages/order/refundDetail",
  627. "style": {
  628. "navigationBarTitleText": "退款详情",
  629. "navigationBarBackgroundColor": "#fff"
  630. }
  631. },
  632. {
  633. "path": "pages/order/paySuccess",
  634. "style": {
  635. "navigationBarTitleText": "支付成功",
  636. "navigationBarBackgroundColor": "#fff"
  637. }
  638. }
  639. ]
  640. }
  641. ],
  642. "tabBar": {
  643. "borderStyle": "black",
  644. "backgroundColor": "#ffffff",
  645. "color": "#000",
  646. "selectedColor": "#4766ff",
  647. "list": [{
  648. "pagePath": "pages/tabbar/index/index",
  649. "iconPath": "static/images/tabbar/home-1.png",
  650. "selectedIconPath": "static/images/tabbar/home-2.png",
  651. "text": "首页"
  652. },
  653. {
  654. "pagePath": "pages/tabbar/shipyard/shipyard",
  655. "iconPath": "static/images/tabbar/shipyard-1.png",
  656. "selectedIconPath": "static/images/tabbar/shipyard-2.png",
  657. "text": "船厂"
  658. },
  659. {
  660. "pagePath": "pages/tabbar/shop/shop",
  661. "iconPath": "static/images/tabbar/shop-1.png",
  662. "selectedIconPath": "static/images/tabbar/shop-1.png",
  663. "text": "商城"
  664. },
  665. {
  666. "pagePath": "pages/tabbar/mine/mine",
  667. "iconPath": "static/images/tabbar/mine-1.png",
  668. "selectedIconPath": "static/images/tabbar/mine-2.png",
  669. "text": "我的"
  670. }
  671. ]
  672. },
  673. "globalStyle": {
  674. "navigationBarTextStyle": "black",
  675. "navigationBarTitleText": "",
  676. "navigationBarBackgroundColor": "#F8F8F8",
  677. "backgroundColor": "#F8F8F8"
  678. },
  679. "uniIdRouter": {},
  680. "requiredPrivateInfos": [
  681. "getLocation",
  682. "onLocationChange",
  683. "startLocationUpdateBackground",
  684. "chooseAddress"
  685. ]
  686. }