pages.json 19 KB

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