pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/login/login", //登录页
  8. "style": {
  9. "enablePullDownRefresh": false, //是否开启下拉刷新功能
  10. "app-plus": {
  11. "bounce": "none", //关闭反弹效果
  12. "scrollIndicator": "none", //隐藏滚动条
  13. "titleNView": false
  14. }
  15. }
  16. }, {
  17. "path": "pages/login/mimi", //隐私协议
  18. "style": {
  19. "navigationBarTitleText": "隐私协议",
  20. "app-plus": {
  21. "bounce": "none", //关闭反弹效果
  22. "scrollIndicator": "none" //隐藏滚动条
  23. }
  24. }
  25. },
  26. {
  27. "path": "pages/login/minis", //隐私协议
  28. "style": {
  29. "navigationBarTitleText": "隐私协议1",
  30. "app-plus": {
  31. "bounce": "none", //关闭反弹效果
  32. "scrollIndicator": "none" //隐藏滚动条
  33. }
  34. }
  35. }, {
  36. "path": "pages/login/xieyi", //平台协议
  37. "style": {
  38. "navigationBarTitleText": "平台协议",
  39. "app-plus": {
  40. "bounce": "none", //关闭反弹效果
  41. "scrollIndicator": "none" //隐藏滚动条
  42. }
  43. }
  44. }, {
  45. "path": "pages/register/register", //注册
  46. "style": {
  47. "navigationBarTitleText": "发送验证码",
  48. "app-plus": {
  49. "scrollIndicator": "none", //隐藏滚动条
  50. "bounce": "none" //关闭反弹效果
  51. }
  52. }
  53. },
  54. {
  55. "path": "pages/register/registerSuccess",
  56. "style": {
  57. "navigationBarTitleText": "注册成功",
  58. "app-plus": {
  59. "scrollIndicator": "none", //隐藏滚动条
  60. "bounce": "none", //关闭反弹效果
  61. "titleNView": false
  62. }
  63. }
  64. }, {
  65. "path": "pages/user/infoExamine", //认证审核
  66. "style": {
  67. "navigationBarTitleText": "认证审核",
  68. "app-plus": {
  69. "scrollIndicator": "none", //隐藏滚动条
  70. "bounce": "none" //关闭反弹效果
  71. }
  72. }
  73. },
  74. {
  75. "path": "pages/my/my",
  76. "style": {
  77. "navigationBarTitleText": "我的",
  78. "navigationBarTextStyle": "white",
  79. "backgroundColor": "#343740",
  80. "navigationBarBackgroundColor": "#343740",
  81. "app-plus": {
  82. "scrollIndicator": "none", //隐藏滚动条
  83. "bounce": "none", //关闭反弹效果
  84. "titleNView": {
  85. "buttons": [{
  86. "type": "menu"
  87. }]
  88. }
  89. }
  90. }
  91. }, {
  92. "path": "pages/user/userInfo",
  93. "style": {
  94. "navigationBarTitleText": "我的信息",
  95. "app-plus": {
  96. "scrollIndicator": "none", //隐藏滚动条
  97. "bounce": "none" //关闭反弹效果
  98. }
  99. }
  100. }, {
  101. "path": "pages/index/index",
  102. "style": {
  103. "enablePullDownRefresh": true, //是否开启下拉刷新功能
  104. "navigationBarTitleText": "首页",
  105. "app-plus": {
  106. "scrollIndicator": "none", //隐藏滚动条
  107. "bounce": "none", //关闭反弹效果
  108. "titleNView": false
  109. }
  110. }
  111. }, {
  112. "path": "pages/user/infoInput",
  113. "style": {
  114. "navigationBarTitleText": "信息录入",
  115. "app-plus": {
  116. "scrollIndicator": "none", //隐藏滚动条
  117. "bounce": "none" //关闭反弹效果
  118. }
  119. }
  120. }, {
  121. "path": "pages/user/certification",
  122. "style": {
  123. "navigationBarTitleText": "实名认证",
  124. "app-plus": {
  125. "scrollIndicator": "none", //隐藏滚动条
  126. "bounce": "none" //关闭反弹效果
  127. }
  128. }
  129. }, {
  130. "path": "pages/set/set",
  131. "style": {
  132. "navigationBarTitleText": "设置",
  133. "app-plus": {
  134. "scrollIndicator": "none", //隐藏滚动条
  135. "bounce": "none" //关闭反弹效果
  136. }
  137. }
  138. }, {
  139. "path": "pages/set/safe",
  140. "style": {
  141. "navigationBarTitleText": "账号管理",
  142. "app-plus": {
  143. "scrollIndicator": "none", //隐藏滚动条
  144. "bounce": "none" //关闭反弹效果
  145. }
  146. }
  147. }, {
  148. "path": "pages/set/password",
  149. "style": {
  150. "navigationBarTitleText": "设置密码",
  151. "app-plus": {
  152. "scrollIndicator": "none", //隐藏滚动条
  153. "bounce": "none" //关闭反弹效果
  154. }
  155. }
  156. }, {
  157. "path": "pages/set/mobile",
  158. "style": {
  159. "navigationBarTitleText": "修改手机号",
  160. "app-plus": {
  161. "scrollIndicator": "none", //隐藏滚动条
  162. "bounce": "none" //关闭反弹效果
  163. }
  164. }
  165. },
  166. {
  167. "path": "pages/carInsure1/yonganCode",
  168. "style": {
  169. "app-plus": {
  170. "scrollIndicator": "none", //隐藏滚动条
  171. "bounce": "none", //关闭反弹效果
  172. "titleNView": false
  173. }
  174. }
  175. }, {
  176. "path": "pages/set/question",
  177. "style": {
  178. "navigationBarTitleText": "常见问题",
  179. "app-plus": {
  180. "scrollIndicator": "none", //隐藏滚动条
  181. "bounce": "none" //关闭反弹效果
  182. }
  183. }
  184. }, {
  185. "path": "pages/set/suggest",
  186. "style": {
  187. "navigationBarTitleText": "意见反馈",
  188. "app-plus": {
  189. "scrollIndicator": "none", //隐藏滚动条
  190. "bounce": "none" //关闭反弹效果
  191. }
  192. }
  193. }, {
  194. "path": "pages/set/about",
  195. "style": {
  196. "navigationBarTitleText": "关于掌柜",
  197. "app-plus": {
  198. "scrollIndicator": "none", //隐藏滚动条
  199. "bounce": "none" //关闭反弹效果
  200. }
  201. }
  202. }, {
  203. "path": "pages/tools/poster/poster",
  204. "style": {
  205. "navigationBarTitleText": "海报管理",
  206. "app-plus": {
  207. "scrollIndicator": "none", //隐藏滚动条
  208. "bounce": "none", //关闭反弹效果
  209. "titleNView": {
  210. "buttons": [{
  211. "type": "home"
  212. }]
  213. }
  214. }
  215. }
  216. }, {
  217. "path": "pages/tools/poster/poster-detail",
  218. "style": {
  219. "navigationBarTitleText": "海报查看",
  220. "app-plus": {
  221. "scrollIndicator": "none", //隐藏滚动条
  222. "bounce": "none" //关闭反弹效果
  223. }
  224. }
  225. }, {
  226. "path": "pages/tools/messageReminder/messageReminder",
  227. "style": {
  228. "navigationBarTitleText": "掌柜秘书",
  229. "app-plus": {
  230. "scrollIndicator": "none", //隐藏滚动条
  231. "bounce": "none" //关闭反弹效果
  232. }
  233. }
  234. }, {
  235. "path": "pages/tools/calculator/calculator",
  236. "style": {
  237. "navigationBarTitleText": "计算器",
  238. "app-plus": {
  239. "scrollIndicator": "none", //隐藏滚动条
  240. "bounce": "none" //关闭反弹效果
  241. }
  242. }
  243. }, {
  244. "path": "pages/tools/insuranceClaims/insuranceClaims",
  245. "style": {
  246. "navigationBarTitleText": "理赔小贴士",
  247. "app-plus": {
  248. "scrollIndicator": "none", //隐藏滚动条
  249. // #ifdef APP-PLUS
  250. "titleNView": {
  251. "buttons": [{
  252. "type": "share"
  253. }]
  254. },
  255. // #endif
  256. "bounce": "none" //关闭反弹效果
  257. }
  258. }
  259. }, {
  260. "path": "pages/tools/addStaff/addStaff",
  261. "style": {
  262. "navigationBarTitleText": "闪电增员",
  263. "app-plus": {
  264. "scrollIndicator": "none", //隐藏滚动条
  265. "bounce": "none" //关闭反弹效果
  266. }
  267. }
  268. },
  269. {
  270. "path": "pages/tools/customer/customer",
  271. "style": {
  272. "navigationBarTitleText": "客户管理",
  273. "app-plus": {
  274. "scrollIndicator": "none",
  275. "bounce": "none"
  276. }
  277. }
  278. },
  279. {
  280. "path": "pages/tools/customer/custormerDetail",
  281. "style": {
  282. "navigationBarTitleText": "客户订单详情",
  283. "app-plus": {
  284. "scrollIndicator": "none",
  285. "bounce": "none"
  286. }
  287. }
  288. },
  289. {
  290. "path": "pages/tools/team/team",
  291. "style": {
  292. "navigationBarTitleText": "团队管理",
  293. "app-plus": {
  294. "scrollIndicator": "none",
  295. "bounce": "none"
  296. }
  297. }
  298. }, {
  299. "path": "pages/tools/team/teamMember",
  300. "style": {
  301. "navigationBarTitleText": "成员信息",
  302. "app-plus": {
  303. "scrollIndicator": "none", //隐藏滚动条
  304. "bounce": "none" //关闭反弹效果
  305. }
  306. }
  307. }, {
  308. "path": "pages/tools/addStaff/recommendCode",
  309. "style": {
  310. "navigationBarTitleText": "面对面推荐",
  311. "app-plus": {
  312. "scrollIndicator": "none", //隐藏滚动条
  313. "bounce": "none" //关闭反弹效果
  314. }
  315. }
  316. },
  317. {
  318. "path": "pages/tools/addStaff/orderissuer",
  319. "style": {
  320. "navigationBarTitleText": "添加出单员",
  321. "app-plus": {
  322. "scrollIndicator": "none", //隐藏滚动条
  323. "bounce": "none" //关闭反弹效果
  324. }
  325. }
  326. },
  327. {
  328. "path": "pages/tools/policy",
  329. "style": {
  330. "navigationBarTitleText": "我的保单",
  331. "enablePullDownRefresh": false,
  332. "app-plus": {
  333. "scrollIndicator": "none",
  334. "bounce": "none"
  335. }
  336. }
  337. },
  338. {
  339. "path": "pages/tools/coupon/coupon",
  340. "style": {
  341. "navigationBarTitleText": "优惠劵",
  342. "app-plus": {
  343. "scrollIndicator": "none", //隐藏滚动条
  344. "bounce": "none" //关闭反弹效果
  345. }
  346. }
  347. }, {
  348. "path": "pages/tools/achievement/achievement",
  349. "style": {
  350. "navigationBarTitleText": "我的业绩",
  351. "app-plus": {
  352. "scrollIndicator": "none",
  353. "bounce": "none"
  354. }
  355. }
  356. }, {
  357. "path": "pages/carInsure/entry",
  358. "style": {
  359. "navigationBarTitleText": "车辆投保",
  360. "app-plus": {
  361. "scrollIndicator": "none", //隐藏滚动条
  362. "bounce": "none", //关闭反弹效果
  363. "titleNView": {
  364. "buttons": [{
  365. "type": "home"
  366. }]
  367. }
  368. }
  369. }
  370. }, {
  371. "path": "pages/carInsure1/carType1",
  372. "style": {
  373. "navigationBarTitleText": "请选择车型",
  374. "app-plus": {
  375. "scrollIndicator": "none", //隐藏滚动条
  376. "bounce": "none" //关闭反弹效果
  377. }
  378. }
  379. }, {
  380. "path": "pages/carInsure1/carInfo1",
  381. "style": {
  382. // "maxWidth": 400,
  383. "navigationBarTitleText": "信息录入",
  384. "app-plus": {
  385. "scrollIndicator": "none",
  386. "bounce": "none",
  387. "titleNView": {
  388. "buttons": [{
  389. "type": "home"
  390. }]
  391. }
  392. }
  393. }
  394. }, {
  395. "path": "pages/carInsure1/insureItems1",
  396. "style": {
  397. "navigationBarTitleText": "保险配置",
  398. "app-plus": {
  399. "scrollIndicator": "none",
  400. "bounce": "none",
  401. "titleNView": {
  402. "buttons": [{
  403. "type": "home"
  404. }]
  405. }
  406. }
  407. }
  408. }, {
  409. "path": "pages/carInsure1/quote1",
  410. "style": {
  411. "navigationBarTitleText": "保险配置",
  412. "app-plus": {
  413. "scrollIndicator": "none", //隐藏滚动条
  414. "bounce": "none", //关闭反弹效果
  415. "titleNView": {
  416. "buttons": [{
  417. "type": "home"
  418. }]
  419. }
  420. }
  421. }
  422. }, {
  423. "path": "pages/carInsure1/quoteDetail1",
  424. "style": {
  425. "navigationBarTitleText": "订单详情",
  426. "app-plus": {
  427. "scrollIndicator": "none",
  428. "bounce": "none",
  429. "titleNView": {
  430. "buttons": [{
  431. "type": "share"
  432. }]
  433. }
  434. }
  435. }
  436. }, {
  437. "path": "pages/carInsure1/underwriting1",
  438. "style": {
  439. "navigationBarTitleText": "确认投保信息",
  440. "app-plus": {
  441. "scrollIndicator": "none",
  442. "bounce": "none"
  443. }
  444. }
  445. }, {
  446. "path": "pages/orders/orders",
  447. "style": {
  448. "navigationBarTextStyle": "white",
  449. "enablePullDownRefresh": false, //开启下拉刷新
  450. "navigationStyle": "custom",
  451. "app-plus": {
  452. "titleNView": false
  453. }
  454. }
  455. }, {
  456. "path": "pages/carInsure1/quoteOffer1",
  457. "style": {
  458. "navigationBarTitleText": "掌柜报价单",
  459. "app-plus": {
  460. "scrollIndicator": "none",
  461. "bounce": "none"
  462. }
  463. }
  464. }, {
  465. "path": "pages/orders/subOrders",
  466. "style": {
  467. "navigationBarTitleText": "查看报价",
  468. "app-plus": {
  469. "scrollIndicator": "none",
  470. "bounce": "none"
  471. }
  472. }
  473. },
  474. {
  475. "path": "pages/carInsure1/payWay1",
  476. "style": {
  477. "navigationBarTitleText": "请选择支付方式",
  478. "app-plus": {
  479. "bounce": "none", //关闭反弹效果
  480. "scrollIndicator": "none" //隐藏滚动条
  481. }
  482. }
  483. },
  484. {
  485. "path": "pages/carInsure1/payCode1",
  486. "style": {
  487. "navigationBarTitleText": "支付码",
  488. "app-plus": {
  489. "scrollIndicator": "none",
  490. "bounce": "none"
  491. }
  492. }
  493. }, {
  494. "path": "pages/carInsure1/zhifu1",
  495. "style": {
  496. "navigationBarTitleText": "支付",
  497. "app-plus": {
  498. "scrollIndicator": "none",
  499. "bounce": "none"
  500. }
  501. }
  502. }, {
  503. "path": "pages/carInsure1/payVerify1",
  504. "style": {
  505. "navigationBarTitleText": "支付验证",
  506. "app-plus": {
  507. "titleNView": false,
  508. "scrollIndicator": "none",
  509. "bounce": "none"
  510. }
  511. }
  512. }, {
  513. "path": "pages/user/userInfoImage",
  514. "style": {
  515. "navigationBarTitleText": "证件影像",
  516. "app-plus": {
  517. "scrollIndicator": "none",
  518. "bounce": "none"
  519. }
  520. }
  521. }, {
  522. "path": "pages/wallet/wallet",
  523. "style": {
  524. "navigationBarTitleText": "我的钱包",
  525. "navigationBarTextStyle": "white",
  526. "backgroundColor": "#343740",
  527. "navigationBarBackgroundColor": "#343740",
  528. "app-plus": {
  529. "scrollIndicator": "none",
  530. "bounce": "none",
  531. "titleNView": {
  532. "buttons": [{
  533. "type": "menu"
  534. }]
  535. }
  536. }
  537. }
  538. }, {
  539. "path": "pages/wallet/bindBank",
  540. "style": {
  541. "navigationBarTitleText": "绑定银行卡",
  542. "app-plus": {
  543. "scrollIndicator": "none",
  544. "bounce": "none"
  545. }
  546. }
  547. }, {
  548. "path": "pages/wallet/withdraw",
  549. "style": {
  550. "navigationBarTitleText": "余额提现",
  551. "enablePullDownRefresh": true,
  552. "app-plus": {
  553. "scrollIndicator": "none",
  554. "bounce": "none"
  555. }
  556. }
  557. }, {
  558. "path": "pages/wallet/withdraw1",
  559. "style": {
  560. "navigationBarTitleText": "推广提现",
  561. "enablePullDownRefresh": true,
  562. "app-plus": {
  563. "scrollIndicator": "none", //隐藏滚动条
  564. "bounce": "none" //关闭反弹效果
  565. }
  566. }
  567. },
  568. {
  569. "path": "pages/wallet/billDetails1",
  570. "style": {
  571. "navigationBarTitleText": "预收账户明细",
  572. "app-plus": {
  573. "scrollIndicator": "none",
  574. "bounce": "none"
  575. }
  576. }
  577. },
  578. {
  579. "path": "pages/wallet/billDetails2",
  580. "style": {
  581. "navigationBarTitleText": "余额明细",
  582. "app-plus": {
  583. "scrollIndicator": "none",
  584. "bounce": "none"
  585. }
  586. }
  587. }, {
  588. "path": "pages/wallet/billDetails3",
  589. "style": {
  590. "navigationBarTitleText": "推广佣金明细",
  591. "app-plus": {
  592. "scrollIndicator": "none",
  593. "bounce": "none"
  594. }
  595. }
  596. },
  597. {
  598. "path": "pages/wallet/billInfo",
  599. "style": {
  600. "navigationBarTitleText": "账单详情",
  601. "app-plus": {
  602. "scrollIndicator": "none",
  603. "bounce": "none"
  604. }
  605. }
  606. },
  607. {
  608. "path": "pages/user/protocol",
  609. "style": {
  610. // "navigationBarTitleText": "协议"
  611. "navigationBarTitleText": ""
  612. }
  613. },
  614. {
  615. "path": "pages/home/webView",
  616. "style": {
  617. "navigationBarTitleText": ""
  618. }
  619. }, {
  620. "path": "pages/home/home",
  621. "style": {
  622. "enablePullDownRefresh": true,
  623. "navigationBarTitleText": "我的",
  624. "app-plus": {
  625. "scrollIndicator": "none", //隐藏滚动条
  626. "bounce": "none" //关闭反弹效果
  627. }
  628. }
  629. },
  630. {
  631. "path": "pages/ticket/ticket",
  632. "style": {
  633. "navigationBarTitleText": "罚单缴费办理",
  634. "app-plus": {
  635. "scrollIndicator": "none", //隐藏滚动条
  636. "bounce": "none" //关闭反弹效果
  637. }
  638. }
  639. },
  640. {
  641. "path": "pages/ticket/issue",
  642. "style": {
  643. "navigationBarTitleText": "常见问题",
  644. "app-plus": {
  645. "scrollIndicator": "none", //隐藏滚动条
  646. "bounce": "none" //关闭反弹效果
  647. }
  648. }
  649. },
  650. {
  651. "path": "pages/ticket/order",
  652. "style": {
  653. "navigationBarTitleText": "我的订单",
  654. "app-plus": {
  655. "scrollIndicator": "none", //隐藏滚动条
  656. "bounce": "none" //关闭反弹效果
  657. }
  658. }
  659. },
  660. {
  661. "path": "pages/ticket/confirmorder",
  662. "style": {
  663. "navigationBarTitleText": "确认订单",
  664. "app-plus": {
  665. "scrollIndicator": "none", //隐藏滚动条
  666. "bounce": "none" //关闭反弹效果
  667. }
  668. }
  669. },
  670. {
  671. "path": "pages/carInsure1/zhifu1"
  672. }, {
  673. "path": "pages/caragent/confirmorder",
  674. "style": {
  675. "navigationBarTitleText": "订单确认",
  676. "app-plus": {
  677. "scrollIndicator": "none", //隐藏滚动条
  678. "bounce": "none" //关闭反弹效果
  679. }
  680. }
  681. },
  682. {
  683. "path": "pages/caragent/index",
  684. "style": {
  685. "navigationBarTitleText": "办理年检",
  686. "app-plus": {
  687. "scrollIndicator": "none", //隐藏滚动条
  688. "bounce": "none" //关闭反弹效果
  689. }
  690. }
  691. },
  692. {
  693. "path": "pages/caragent/addcar",
  694. "style": {
  695. "navigationBarTitleText": "新增年检车辆",
  696. "app-plus": {
  697. "scrollIndicator": "none", //隐藏滚动条
  698. "bounce": "none" //关闭反弹效果
  699. }
  700. }
  701. },
  702. {
  703. "path": "pages/caragent/editcar",
  704. "style": {
  705. "navigationBarTitleText": "编辑年检信息",
  706. "app-plus": {
  707. "scrollIndicator": "none", //隐藏滚动条
  708. "bounce": "none" //关闭反弹效果
  709. }
  710. }
  711. },
  712. // {
  713. // "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", //app更新
  714. // "style": {
  715. // "disableScroll": true,
  716. // "app-plus": {
  717. // "backgroundColorTop": "transparent",
  718. // "background": "transparent",
  719. // "titleNView": false,
  720. // "scrollIndicator": false,
  721. // "popGesture": "none",
  722. // "animationType": "fade-in",
  723. // "animationDuration": 200
  724. // }
  725. // }
  726. // },
  727. {
  728. "path": "pages/realname/realname",
  729. "style": {
  730. "navigationBarTitleText": "实名认证",
  731. "enablePullDownRefresh": false
  732. }
  733. }, {
  734. "path": "pages/orders/quoteHistory",
  735. "style": {
  736. "navigationBarTitleText": "报价历史",
  737. "enablePullDownRefresh": false
  738. }
  739. }, {
  740. "path": "pages/orders/quotation",
  741. "style": {
  742. "navigationBarTitleText": "报价单",
  743. "enablePullDownRefresh": false
  744. }
  745. },
  746. {
  747. "path": "pages/tools/addStaff/codeDownload",
  748. "style": {
  749. "navigationBarTitleText": "扫码下载",
  750. "enablePullDownRefresh": false
  751. }
  752. },
  753. {
  754. "path": "pages/register/orderissuer",
  755. "style": {
  756. "navigationBarTitleText": "出单员注册",
  757. "enablePullDownRefresh": false
  758. }
  759. }
  760. ],
  761. "globalStyle": {
  762. "navigationBarTextStyle": "black",
  763. "navigationBarTitleText": "晋掌柜",
  764. "navigationBarBackgroundColor": "#FFFFFF",
  765. // "navigationStyle": "custom",
  766. "backgroundColor": "#FFFFFF",
  767. "rpxCalcMaxDeviceWidth": 0,
  768. // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  769. "rpxCalcBaseDeviceWidth": 375,
  770. // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  771. "rpxCalcIncludeWidth": 750,
  772. // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  773. "pageOrientation": "portrait"
  774. },
  775. "tabBar": {
  776. "color": "#444444",
  777. "selectedColor": "#FF80AB",
  778. "borderStyle": "black",
  779. "backgroundColor": "#ffffff",
  780. "list": [{
  781. "pagePath": "pages/index/index",
  782. "iconPath": "static/icon/tab/icon_home.png",
  783. "selectedIconPath": "static/icon/tab/icon_home_c.png",
  784. "text": "首页"
  785. },
  786. {
  787. "pagePath": "pages/orders/orders",
  788. "iconPath": "static/icon/tab/icon_xiaoxi.png",
  789. "selectedIconPath": "static/icon/tab/icon_xiaoxi_c.png",
  790. "text": "订单"
  791. },
  792. {
  793. "pagePath": "pages/my/my",
  794. "iconPath": "static/icon/tab/icon_wode.png",
  795. "selectedIconPath": "static/icon/tab/icon_wode_c.png",
  796. "text": "我的"
  797. }
  798. ]
  799. },
  800. "condition": { //模式配置,仅开发期间生效
  801. "current": 0, //当前激活的模式(list 的索引项)
  802. "list": [{
  803. "name": "", //模式名称
  804. "path": "", //启动页面,必选
  805. "query": "" //启动参数,在页面的onLoad函数里面得到
  806. }]
  807. }
  808. }