pages.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  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/home/home",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/tidings/tidings",
  15. "style": {
  16. "navigationBarTitleText": "消息",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/middle/middle",
  22. "style": {
  23. "navigationBarTitleText": "报修填报",
  24. "enablePullDownRefresh": false
  25. }
  26. },
  27. {
  28. "path": "pages/operate/operate",
  29. "style": {
  30. "navigationBarTitleText": "功能",
  31. "enablePullDownRefresh": false
  32. }
  33. },
  34. {
  35. "path": "pages/work-order/work-order",
  36. "style": {
  37. "navigationBarTitleText": "工单",
  38. "enablePullDownRefresh": true
  39. }
  40. },
  41. {
  42. "path": "pages/my/my",
  43. "style": {
  44. "navigationBarTitleText": "我的",
  45. "enablePullDownRefresh": false,
  46. "backgroundColor": "#0082FF",
  47. "app-plus": {
  48. "bounce": "false",
  49. "scrollIndicator": "false"
  50. }
  51. }
  52. }, {
  53. "path": "pages/login/login",
  54. "style": {
  55. "navigationBarTitleText": "登录",
  56. "enablePullDownRefresh": false,
  57. "app-plus": {}
  58. }
  59. }, {
  60. "path": "pages/setting/forget-password",
  61. "style": {
  62. "navigationBarTitleText": "修改密码",
  63. "enablePullDownRefresh": false
  64. }
  65. }, {
  66. "path": "pages/setting/wechat-oauth",
  67. "style": {
  68. "navigationBarTitleText": "授权成功",
  69. "enablePullDownRefresh": false
  70. }
  71. },{
  72. "path": "pages/setting/update-setting",
  73. "style": {
  74. "navigationBarTitleText": "用户信息",
  75. "enablePullDownRefresh": false
  76. }
  77. }, {
  78. "path": "pages/setting/setting",
  79. "style": {
  80. "navigationBarTitleText": "设置"
  81. }
  82. }, {
  83. "path": "pages/about/about",
  84. "style": {
  85. "navigationBarTitleText": "关于我们",
  86. "navigationBarBackgroundColor": "#0082FF",
  87. "navigationBarTextStyle": "white"
  88. }
  89. }, {
  90. "path": "pages/equipment/equipment",
  91. "style": {
  92. "navigationBarTitleText": "设备列表",
  93. "enablePullDownRefresh": true,
  94. "app-plus": {
  95. "bounce": false,
  96. "scrollIndicator": "none"
  97. }
  98. }
  99. }, {
  100. "path": "pages/tidings-detail/tidings-detail",
  101. "style": {
  102. "navigationBarTitleText": "详情"
  103. }
  104. }, {
  105. "path": "pages/equipment-detail/equipment-detail",
  106. "style": {
  107. "navigationBarTitleText": "设备详情"
  108. }
  109. }, {
  110. "path": "pages/equipment-detail/equipment-status",
  111. "style": {
  112. "navigationBarTitleText": "设备状态变更"
  113. }
  114. },{
  115. "path": "pages/running/running",
  116. "style": {
  117. "navigationBarTitleText": "运行记录列表",
  118. "enablePullDownRefresh": true
  119. }
  120. }, {
  121. "path": "pages/running/running-detail",
  122. "style": {
  123. "navigationBarTitleText": "运行记录详情"
  124. }
  125. }, {
  126. "path": "pages/running/running-edit",
  127. "style": {
  128. "navigationBarTitleText": "运行记录填报",
  129. "navigationBarBackgroundColor": "#0082FF",
  130. "navigationBarTextStyle": "white"
  131. }
  132. }, {
  133. "path": "pages/lubrication/lubrication",
  134. "style": {
  135. "navigationBarTitleText": "润滑任务列表",
  136. "enablePullDownRefresh": true
  137. }
  138. }, {
  139. "path": "pages/lubrication-detail/lubrication-detail",
  140. "style": {
  141. "navigationBarTitleText": "润滑任务详情",
  142. "navigationBarBackgroundColor": "#0082FF",
  143. "navigationBarTextStyle": "white"
  144. }
  145. }, {
  146. "path": "pages/check/check",
  147. "style": {
  148. "navigationBarTitleText": "点检任务列表",
  149. "enablePullDownRefresh": true
  150. }
  151. }, {
  152. "path": "pages/check-detail/check-detail",
  153. "style": {
  154. "navigationBarTitleText": "点检任务详情"
  155. }
  156. },{
  157. "path": "pages/check-add/check-add",
  158. "style": {
  159. "navigationBarTitleText": "点检任务填报",
  160. "enablePullDownRefresh": false,
  161. "navigationBarBackgroundColor": "#0082FF",
  162. "navigationBarTextStyle": "white"
  163. }
  164. },{
  165. "path": "pages/check-add/check-add-test",
  166. "style": {
  167. "navigationBarTitleText": "点检任务新增",
  168. "enablePullDownRefresh": false,
  169. "navigationBarBackgroundColor": "#0082FF",
  170. "navigationBarTextStyle": "white"
  171. }
  172. },
  173. {
  174. "path": "pages/maintain/main",
  175. "style": {
  176. "navigationBarTitleText": "保养",
  177. "enablePullDownRefresh": true
  178. }
  179. },
  180. {
  181. "path": "pages/maintain/mainPosition",
  182. "style": {
  183. "navigationBarTitleText": "保养",
  184. "enablePullDownRefresh": true
  185. }
  186. },
  187. {
  188. "path": "pages/maintain/maintain",
  189. "style": {
  190. "navigationBarTitleText": "保养任务列表",
  191. "enablePullDownRefresh": true
  192. }
  193. },
  194. {
  195. "path": "pages/maintain/finish",
  196. "style": {
  197. "navigationBarTitleText": "保养任务完成",
  198. "enablePullDownRefresh": true
  199. }
  200. },
  201. {
  202. "path": "pages/maintain/maintain-ignore",
  203. "style": {
  204. "navigationBarTitleText": "现场保养任务列表",
  205. "enablePullDownRefresh": true
  206. }
  207. }, {
  208. "path": "pages/maintain-detail/maintain-detail",
  209. "style": {
  210. "navigationBarTitleText": "保养任务详情"
  211. }
  212. },{
  213. "path": "pages/maintain-add/maintain-add",
  214. "style": {
  215. "navigationBarTitleText": "保养任务填报",
  216. "enablePullDownRefresh": false,
  217. "navigationBarBackgroundColor": "#0082FF",
  218. "navigationBarTextStyle": "white"
  219. }
  220. }, {
  221. "path": "pages/maintain-add/maintain-add-ignore",
  222. "style": {
  223. "navigationBarTitleText": "现场保养任务填报",
  224. "enablePullDownRefresh": false,
  225. "navigationBarBackgroundColor": "#0082FF",
  226. "navigationBarTextStyle": "white"
  227. }
  228. }, {
  229. "path": "pages/oiling/oiling",
  230. "style": {
  231. "navigationBarTitleText": "加油任务列表",
  232. "enablePullDownRefresh": true
  233. }
  234. }, {
  235. "path": "pages/oiling-detail/oiling-detail",
  236. "style": {
  237. "navigationBarTitleText": "加油任务详情",
  238. "navigationBarBackgroundColor": "#0082FF",
  239. "navigationBarTextStyle": "white"
  240. }
  241. }, {
  242. "path": "pages/service/service",
  243. "style": {
  244. "navigationBarTitleText": "维修任务列表",
  245. "enablePullDownRefresh": true
  246. }
  247. }, {
  248. "path": "pages/service-detail/service-detail",
  249. "style": {
  250. "navigationBarTitleText": "维修任务详情",
  251. "navigationBarBackgroundColor": "#0082FF",
  252. "navigationBarTextStyle": "white"
  253. }
  254. }, {
  255. "path": "pages/oiling/my-oiling",
  256. "style": {
  257. "navigationBarTitleText": "我的加油列表",
  258. "enablePullDownRefresh": true
  259. }
  260. }, {
  261. "path": "pages/oiling/my-oiling-detail",
  262. "style": {
  263. "navigationBarTitleText": "我的加油详情",
  264. "navigationBarBackgroundColor": "#0082FF",
  265. "navigationBarTextStyle": "white"
  266. }
  267. }, {
  268. "path": "pages/inspection/inspection",
  269. "style": {
  270. "navigationBarTitleText": "巡检列表",
  271. "enablePullDownRefresh": true
  272. }
  273. }, {
  274. "path": "pages/inspection/inspection-detail",
  275. "style": {
  276. "navigationBarTitleText": "巡检详情",
  277. "enablePullDownRefresh": false
  278. }
  279. }, {
  280. "path": "pages/spare/spare-detail",
  281. "style": {
  282. "navigationBarTitleText": "备件详情"
  283. }
  284. }, {
  285. "path": "pages/spare/spare-img",
  286. "style": {
  287. "navigationBarTitleText": "备件图片",
  288. "enablePullDownRefresh": false
  289. }
  290. },{
  291. "path": "pages/spare/spare-store",
  292. "style": {
  293. "navigationBarTitleText": "备件库存",
  294. "enablePullDownRefresh": false
  295. }
  296. },{
  297. "path": "pages/spare/spare-store-add",
  298. "style": {
  299. "navigationBarTitleText": "备件新增库存",
  300. "enablePullDownRefresh": false
  301. }
  302. },{
  303. "path": "pages/spare/spare-store-out",
  304. "style": {
  305. "navigationBarTitleText": "备件出库",
  306. "enablePullDownRefresh": false
  307. }
  308. },{
  309. "path": "pages/spare/spare-store-in",
  310. "style": {
  311. "navigationBarTitleText": "备件入库",
  312. "enablePullDownRefresh": false
  313. }
  314. },{
  315. "path": "pages/spare/spare-store-transfer",
  316. "style": {
  317. "navigationBarTitleText": "备件调拨",
  318. "enablePullDownRefresh": false
  319. }
  320. },{
  321. "path": "pages/repair/repair",
  322. "style": {
  323. "navigationBarTitleText": "报修列表",
  324. "enablePullDownRefresh": true
  325. }
  326. }, {
  327. "path": "pages/repair-detail/repair-detail",
  328. "style": {
  329. "navigationBarTitleText": "报修详情",
  330. "enablePullDownRefresh": false
  331. }
  332. }, {
  333. "path": "pages/repair-detail/reject",
  334. "style": {
  335. "navigationBarTitleText": "拒单填报",
  336. "enablePullDownRefresh": false
  337. }
  338. }, {
  339. "path": "pages/repair-detail/transfer",
  340. "style": {
  341. "navigationBarTitleText": "转派填报",
  342. "enablePullDownRefresh": false
  343. }
  344. },{
  345. "path": "pages/repair-check/repair-check",
  346. "style": {
  347. "navigationBarTitleText": "报修审核列表",
  348. "enablePullDownRefresh": true
  349. }
  350. }, {
  351. "path": "pages/repair-check/repair-detail",
  352. "style": {
  353. "navigationBarTitleText": "报修审核详情",
  354. "enablePullDownRefresh": true
  355. }
  356. },{
  357. "path": "pages/edit-name/edit-name",
  358. "style": {
  359. "navigationBarTitleText": "",
  360. "enablePullDownRefresh": false
  361. }
  362. }, {
  363. "path": "pages/inspection/inspection-edit",
  364. "style": {
  365. "navigationBarTitleText": "巡检填报",
  366. "enablePullDownRefresh": false,
  367. "navigationBarBackgroundColor": "#0082FF",
  368. "navigationBarTextStyle": "white"
  369. }
  370. }, {
  371. "path": "pages/running-update/running-update",
  372. "style": {
  373. "navigationBarTitleText": "运行记录修改",
  374. "enablePullDownRefresh": false,
  375. "navigationBarBackgroundColor": "#0082FF",
  376. "navigationBarTextStyle": "white"
  377. }
  378. }, {
  379. "path": "pages/running/running-batch-edit",
  380. "style": {
  381. "navigationBarTitleText": "批量修改",
  382. "enablePullDownRefresh": false,
  383. "navigationBarBackgroundColor": "#0082FF",
  384. "navigationBarTextStyle": "white"
  385. }
  386. }, {
  387. "path": "pages/equipment-model/equipment-model",
  388. "style": {
  389. "navigationBarTitleText": "设备型号信息",
  390. "enablePullDownRefresh": false
  391. }
  392. }, {
  393. "path": "pages/equipment-use/equipment-use",
  394. "style": {
  395. "navigationBarTitleText": "设备使用信息",
  396. "enablePullDownRefresh": false
  397. }
  398. }, {
  399. "path": "pages/equipment-insure/equipment-insure",
  400. "style": {
  401. "navigationBarTitleText": "保险信息",
  402. "enablePullDownRefresh": false
  403. }
  404. }, {
  405. "path": "pages/equipment-date/equipment-date",
  406. "style": {
  407. "navigationBarTitleText": "日期信息",
  408. "enablePullDownRefresh": false
  409. }
  410. }, {
  411. "path": "pages/equipment-file/equipment-img",
  412. "style": {
  413. "navigationBarTitleText": "图片信息",
  414. "enablePullDownRefresh": false
  415. }
  416. }, {
  417. "path": "pages/equipment-file/equipment-file",
  418. "style": {
  419. "navigationBarTitleText": "文件信息",
  420. "enablePullDownRefresh": false
  421. }
  422. }, {
  423. "path": "pages/oiling/my-oiling-add",
  424. "style": {
  425. "navigationBarTitleText": "申请加油",
  426. "enablePullDownRefresh": false,
  427. "navigationBarBackgroundColor": "#0082FF",
  428. "navigationBarTextStyle": "white"
  429. }
  430. }, {
  431. "path": "pages/oiling/batch-oiling-select",
  432. "style": {
  433. "navigationBarTitleText": "批量修改选择",
  434. "enablePullDownRefresh": false,
  435. "navigationBarBackgroundColor": "#0082FF",
  436. "navigationBarTextStyle": "white"
  437. }
  438. }, {
  439. "path": "pages/oiling/batch-oiling-update",
  440. "style": {
  441. "navigationBarTitleText": "批量修改",
  442. "enablePullDownRefresh": false,
  443. "navigationBarBackgroundColor": "#0082FF",
  444. "navigationBarTextStyle": "white"
  445. }
  446. }, {
  447. "path": "pages/repair-add/repair-add",
  448. "style": {
  449. "navigationBarTitleText": "报修填报",
  450. "enablePullDownRefresh": false,
  451. "navigationBarBackgroundColor": "#0082FF",
  452. "navigationBarTextStyle": "white",
  453. "app-plus": {
  454. "softinputMode": "adjustResize"
  455. }
  456. }
  457. }, {
  458. "path": "pages/lubrication-add/lubrication-add",
  459. "style": {
  460. "navigationBarTitleText": "润滑任务填报",
  461. "enablePullDownRefresh": false,
  462. "navigationBarBackgroundColor": "#0082FF",
  463. "navigationBarTextStyle": "white"
  464. }
  465. }, {
  466. "path": "pages/oiling/oiling-task",
  467. "style": {
  468. "navigationBarTitleText": "加油任务填报",
  469. "enablePullDownRefresh": false,
  470. "navigationBarBackgroundColor": "#0082FF",
  471. "navigationBarTextStyle": "white"
  472. }
  473. }, {
  474. "path": "pages/service-add/service-add",
  475. "style": {
  476. "navigationBarTitleText": "维修填写",
  477. "enablePullDownRefresh": false,
  478. "navigationBarBackgroundColor": "#0082FF",
  479. "navigationBarTextStyle": "white"
  480. }
  481. }, {
  482. "path": "pages/repair-reason/repair-reason-form",
  483. "style": {
  484. "navigationBarTitleText": "维修报告",
  485. "enablePullDownRefresh": false,
  486. "navigationBarBackgroundColor": "#0082FF",
  487. "navigationBarTextStyle": "white"
  488. }
  489. },{
  490. "path": "pages/repair-reason/repair-reason-select",
  491. "style": {
  492. "navigationBarTitleText": "选择部件",
  493. "enablePullDownRefresh": false,
  494. "navigationBarBackgroundColor": "#0082FF",
  495. "navigationBarTextStyle": "white"
  496. }
  497. },{
  498. "path": "pages/receive/receive-add",
  499. "style": {
  500. "navigationBarTitleText": "领用申请",
  501. "enablePullDownRefresh": false,
  502. "navigationBarBackgroundColor": "#0082FF",
  503. "navigationBarTextStyle": "white"
  504. }
  505. }, {
  506. "path": "pages/receive/receive-add-new",
  507. "style": {
  508. "navigationBarTitleText": "领用申请",
  509. "enablePullDownRefresh": false,
  510. "navigationBarBackgroundColor": "#0082FF",
  511. "navigationBarTextStyle": "white"
  512. }
  513. }, {
  514. "path": "pages/use-repair/use-repair",
  515. "style": {
  516. "navigationBarTitleText": "领用申请",
  517. "enablePullDownRefresh": false,
  518. "navigationBarBackgroundColor": "#0082FF",
  519. "navigationBarTextStyle": "white"
  520. }
  521. }, {
  522. "path": "pages/receive/receive",
  523. "style": {
  524. "navigationBarTitleText": "备品领用",
  525. "enablePullDownRefresh": true
  526. }
  527. }, {
  528. "path": "pages/receive/receive-detail",
  529. "style": {
  530. "navigationBarTitleText": "领用详情",
  531. "enablePullDownRefresh": false
  532. }
  533. }, {
  534. "path": "pages/deliver-add/deliver-add",
  535. "style": {
  536. "navigationBarTitleText": "转交信息",
  537. "enablePullDownRefresh": false
  538. }
  539. }, {
  540. "path": "pages/repair/repair-edit",
  541. "style": {
  542. "navigationBarTitleText": "报修验收",
  543. "enablePullDownRefresh": false
  544. }
  545. }, {
  546. "path": "pages/repair/repair-return",
  547. "style": {
  548. "navigationBarTitleText": "驳回",
  549. "enablePullDownRefresh": false
  550. }
  551. }, {
  552. "path": "pages/search/search",
  553. "style": {
  554. "navigationBarTitleText": "搜索",
  555. "enablePullDownRefresh": true
  556. }
  557. }, {
  558. "path": "pages/search/search-store",
  559. "style": {
  560. "navigationBarTitleText": "搜索仓库",
  561. "enablePullDownRefresh": true
  562. }
  563. }, {
  564. "path": "pages/search/spare-search",
  565. "style": {
  566. "navigationBarTitleText": "备件搜索"
  567. }
  568. }, {
  569. "path": "pages/search/spare-search-goods",
  570. "style": {
  571. "navigationBarTitleText": "备件信息搜索",
  572. "navigationStyle": "custom"
  573. }
  574. },{
  575. "path": "pages/search/spare-search-goods-from-store",
  576. "style": {
  577. "navigationBarTitleText": "仓库备件搜索",
  578. "navigationStyle": "custom"
  579. }
  580. },
  581. {
  582. "path": "pages/out-store/list",
  583. "style": {
  584. "navigationBarTitleText": "出库单",
  585. "enablePullDownRefresh": true
  586. }
  587. },
  588. {
  589. "path": "pages/out-store/out-store-detail",
  590. "style": {
  591. "navigationBarTitleText": "出库单详情",
  592. "enablePullDownRefresh": false
  593. }
  594. },
  595. {
  596. "path": "pages/out-store/out-store-add",
  597. "style": {
  598. "navigationBarTitleText": "出库单新增",
  599. "enablePullDownRefresh": false
  600. }
  601. },
  602. {
  603. "path": "pages/out-store/out-store-add-new",
  604. "style": {
  605. "navigationBarTitleText": "出库单新增",
  606. "enablePullDownRefresh": false
  607. }
  608. },
  609. {
  610. "path": "pages/out-store/out-store-add-scan",
  611. "style": {
  612. "navigationBarTitleText": "扫码出库",
  613. "enablePullDownRefresh": false
  614. }
  615. },
  616. {
  617. "path": "pages/in-store/list",
  618. "style": {
  619. "navigationBarTitleText": "入库单",
  620. "enablePullDownRefresh": true
  621. }
  622. },
  623. {
  624. "path": "pages/in-store/in-store-detail",
  625. "style": {
  626. "navigationBarTitleText": "入库单详情",
  627. "enablePullDownRefresh": false
  628. }
  629. },
  630. {
  631. "path": "pages/in-store/in-store-add",
  632. "style": {
  633. "navigationBarTitleText": "入库单新增",
  634. "enablePullDownRefresh": false
  635. }
  636. },
  637. {
  638. "path": "pages/in-store/in-store-add-new",
  639. "style": {
  640. "navigationBarTitleText": "入库单新增",
  641. "enablePullDownRefresh": false
  642. }
  643. },
  644. {
  645. "path": "pages/store-check/list",
  646. "style": {
  647. "navigationBarTitleText": "盘点任务",
  648. "enablePullDownRefresh": true
  649. }
  650. },
  651. {
  652. "path": "pages/store-check/store-check-detail",
  653. "style": {
  654. "navigationBarTitleText": "盘点任务详情",
  655. "enablePullDownRefresh": false
  656. }
  657. },
  658. {
  659. "path": "pages/store-check/store-check-add",
  660. "style": {
  661. "navigationBarTitleText": "盘点任务执行",
  662. "enablePullDownRefresh": false
  663. }
  664. },
  665. {
  666. "path": "pages/in-store/in-store-add-scan",
  667. "style": {
  668. "navigationBarTitleText": "扫码入库",
  669. "enablePullDownRefresh": false
  670. }
  671. },
  672. {
  673. "path": "pages/out-store/out-store",
  674. "style": {
  675. "navigationBarTitleText": "扫码出库"
  676. }
  677. }, {
  678. "path": "pages/running/running-batch-select",
  679. "style": {
  680. "navigationBarTitleText": "选择运行记录",
  681. "enablePullDownRefresh": false
  682. }
  683. }
  684. ],
  685. "tabBar": {
  686. "selectedColor": "#0082FF",
  687. "list": [{
  688. "iconPath": "static/tabars/home.png",
  689. "pagePath": "pages/home/home",
  690. "selectedIconPath": "static/tabars/home_s.png",
  691. "text": "首页"
  692. }, {
  693. "iconPath": "static/tabars/order.png",
  694. "pagePath": "pages/operate/operate",
  695. "selectedIconPath": "static/tabars/order_s.png",
  696. "text": "功能"
  697. },
  698. {
  699. "iconPath": "static/tabars/publish.png",
  700. "pagePath": "pages/middle/middle",
  701. "selectedIconPath": "static/tabars/publish.png",
  702. "text": "报修"
  703. },
  704. {
  705. "iconPath": "static/tabars/tiding.png",
  706. "pagePath": "pages/tidings/tidings",
  707. "selectedIconPath": "static/tabars/tiding_s.png",
  708. "text": "消息"
  709. },
  710. {
  711. "iconPath": "static/tabars/mine.png",
  712. "pagePath": "pages/my/my",
  713. "selectedIconPath": "static/tabars/mine_s.png",
  714. "text": "我的"
  715. }
  716. ]
  717. },
  718. "globalStyle": {
  719. "navigationBarTextStyle": "white",
  720. "navigationBarTitleText": "uni-app",
  721. "navigationBarBackgroundColor": "#0082FF",
  722. "backgroundColor": "#F8F8F8"
  723. },
  724. "condition": { //模式配置,仅开发期间生效
  725. "current": 0, //当前激活的模式(list 的索引项)
  726. "list": [{
  727. "name": "my-oiling-add", //模式名称
  728. "path": "pages/in-store/in-store-add-new", //启动页面,必选
  729. "query": "" //启动参数,在页面的onLoad函数里面得到
  730. }]
  731. }
  732. }