pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  1. {
  2. "pages": [{
  3. // =======================================登录
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle": "custom"
  8. }
  9. }, {
  10. "path": "pages/login/changeIP/index",
  11. "style": {
  12. "navigationBarTitleText": "更换IP",
  13. "navigationStyle": "custom"
  14. }
  15. }, {
  16. "path": "pages/login/forgetPass/index",
  17. "style": {
  18. "navigationBarTitleText": "找回密码",
  19. "navigationStyle": "custom"
  20. }
  21. }, {
  22. "path": "pages/login/changePass/index",
  23. "style": {
  24. "navigationBarTitleText": "密码修改",
  25. "navigationStyle": "custom"
  26. }
  27. }, {
  28. // =======================================我的
  29. "path": "pages/mine/index",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "navigationStyle": "custom"
  33. }
  34. }, {
  35. "path": "pages/mine/setting/index",
  36. "style": {
  37. "navigationBarTitleText": "编辑信息",
  38. "navigationStyle": "custom"
  39. }
  40. }, {
  41. "path": "pages/mine/verify-email/index",
  42. "style": {
  43. "navigationBarTitleText": "验证邮箱",
  44. "navigationStyle": "custom"
  45. }
  46. }, {
  47. "path": "pages/mine/account-manage/index",
  48. "style": {
  49. "navigationBarTitleText": "账号管理",
  50. "navigationStyle": "custom"
  51. }
  52. }, {
  53. "path": "pages/mine/change-account/index",
  54. "style": {
  55. "navigationBarTitleText": "切换账号",
  56. "navigationStyle": "custom"
  57. }
  58. }, {
  59. // =======================================主页
  60. "path": "pages/index",
  61. "style": {
  62. "navigationBarTitleText": "首页",
  63. "navigationStyle": "custom"
  64. }
  65. }, {
  66. // =======================================领导首页
  67. "path": "pages/home/headHome",
  68. "style": {
  69. "navigationBarTitleText": "首页",
  70. "navigationStyle": "custom"
  71. }
  72. }, {
  73. // =======================================公司端首页
  74. "path": "pages/home/companyHome",
  75. "style": {
  76. "navigationBarTitleText": "首页",
  77. "navigationStyle": "custom"
  78. }
  79. }, {
  80. // =======================================公司端首页
  81. "path": "pages/home/oversawHome",
  82. "style": {
  83. "navigationBarTitleText": "首页3",
  84. "navigationStyle": "custom"
  85. }
  86. }, {
  87. // =======================================子菜单
  88. "path": "pages/functionList/index",
  89. "style": {
  90. "navigationBarTitleText": "子菜单",
  91. "navigationStyle": "custom"
  92. }
  93. }, {
  94. // =======================================主页
  95. "path": "pages/workRegion/index",
  96. "style": {
  97. "navigationBarTitleText": "工作台",
  98. "navigationStyle": "custom"
  99. }
  100. }, {
  101. // =======================================预期提醒
  102. "path": "pages/overdue/index",
  103. "style": {
  104. "navigationBarTitleText": "预期提醒",
  105. "navigationStyle": "custom",
  106. "enablePullDownRefresh": true
  107. }
  108. }, {
  109. "path": "pages/overdue/overdued/index",
  110. "style": {
  111. "navigationBarTitleText": "已逾期",
  112. "navigationStyle": "custom",
  113. "enablePullDownRefresh": true
  114. }
  115. }, {
  116. "path": "pages/overdue/menu/index",
  117. "style": {
  118. "navigationBarTitleText": "项目查看",
  119. "navigationStyle": "custom"
  120. }
  121. }, {
  122. "path": "pages/overdue/baseInfo/index",
  123. "style": {
  124. "navigationBarTitleText": "基本信息",
  125. "navigationStyle": "custom"
  126. }
  127. }, {
  128. "path": "pages/overdue/fundsSource/index",
  129. "style": {
  130. "navigationBarTitleText": "资金来源",
  131. "navigationStyle": "custom"
  132. }
  133. }, {
  134. "path": "pages/overdue/constructionStep/index",
  135. "style": {
  136. "navigationBarTitleText": "施工阶段计划",
  137. "navigationStyle": "custom"
  138. }
  139. }, {
  140. "path": "pages/overdue/recordData/index",
  141. "style": {
  142. "navigationBarTitleText": "核准备案资料",
  143. "navigationStyle": "custom"
  144. }
  145. }, {
  146. "path": "pages/overdue/startData/index",
  147. "style": {
  148. "navigationBarTitleText": "项目开工资料",
  149. "navigationStyle": "custom"
  150. }
  151. }, {
  152. // =======================================企业信息
  153. "path": "pages/enterpriseInfo/index",
  154. "style": {
  155. "navigationBarTitleText": "企业信息",
  156. "navigationStyle": "custom",
  157. "enablePullDownRefresh": true
  158. }
  159. }, {
  160. "path": "pages/enterpriseInfo/detail/index",
  161. "style": {
  162. "navigationBarTitleText": "企业查看",
  163. "navigationStyle": "custom"
  164. }
  165. }, {
  166. "path": "pages/enterpriseInfo/search/index",
  167. "style": {
  168. "navigationBarTitleText": "企业查看",
  169. "navigationStyle": "custom"
  170. }
  171. }, {
  172. "path": "pages/enterpriseInfo/menu/index",
  173. "style": {
  174. "navigationBarTitleText": "企业查看",
  175. "navigationStyle": "custom"
  176. }
  177. }, {
  178. "path": "pages/enterpriseInfo/baseInfo/index",
  179. "style": {
  180. "navigationBarTitleText": "基本信息",
  181. "navigationStyle": "custom"
  182. }
  183. }, {
  184. "path": "pages/enterpriseInfo/legalPerson/index",
  185. "style": {
  186. "navigationBarTitleText": "法人信息",
  187. "navigationStyle": "custom"
  188. }
  189. }, {
  190. "path": "pages/enterpriseInfo/businessPerson/index",
  191. "style": {
  192. "navigationBarTitleText": "业务负责人信息",
  193. "navigationStyle": "custom"
  194. }
  195. }, {
  196. "path": "pages/projectBtnList/index",
  197. "style": {
  198. "navigationBarTitleText": "项目更多按钮",
  199. "navigationStyle": "custom"
  200. }
  201. }, {
  202. // =======================================项目信息
  203. "path": "pages/projectInfo/index",
  204. "style": {
  205. "navigationBarTitleText": "项目信息",
  206. "navigationStyle": "custom",
  207. "enablePullDownRefresh": true
  208. }
  209. }, {
  210. "path": "pages/projectInfo/search/index",
  211. "style": {
  212. "navigationBarTitleText": "查询",
  213. "navigationStyle": "custom"
  214. }
  215. }, {
  216. "path": "pages/projectInfo/detail/index",
  217. "style": {
  218. "navigationBarTitleText": "项目详情",
  219. "navigationStyle": "custom"
  220. }
  221. }, {
  222. "path": "pages/projectInfo/media/index",
  223. "style": {
  224. "navigationBarTitleText": "附件查看",
  225. "navigationStyle": "custom"
  226. }
  227. }, {
  228. "path": "pages/projectInfo/report/index",
  229. "style": {
  230. "navigationBarTitleText": "报告查询",
  231. "navigationStyle": "custom"
  232. }
  233. }, {
  234. "path": "pages/leadersList/index",
  235. "style": {
  236. "navigationBarTitleText": "项目牵头领导及部门",
  237. "navigationStyle": "custom"
  238. }
  239. }, {
  240. "path": "pages/projectImageAndVideo/index",
  241. "style": {
  242. "navigationBarTitleText": "现场影像",
  243. "navigationStyle": "custom"
  244. }
  245. }, {
  246. // =======================================储备项目
  247. "path": "pages/cbProject/index",
  248. "style": {
  249. "navigationBarTitleText": "储备项目",
  250. "navigationStyle": "custom",
  251. "enablePullDownRefresh": true
  252. }
  253. }, {
  254. "path": "pages/cbProject/search/index",
  255. "style": {
  256. "navigationBarTitleText": "查询",
  257. "navigationStyle": "custom"
  258. }
  259. }, {
  260. // =======================================项目待办
  261. "path": "pages/projectToDo/list/index",
  262. "style": {
  263. "navigationBarTitleText": "项目待办",
  264. "navigationStyle": "custom"
  265. }
  266. }, {
  267. "path": "pages/projectToDo/detailQQ/index",
  268. "style": {
  269. "navigationBarTitleText": "前期审核",
  270. "navigationStyle": "custom"
  271. }
  272. }, {
  273. "path": "pages/projectToDo/detailWG/index",
  274. "style": {
  275. "navigationBarTitleText": "竣工审核",
  276. "navigationStyle": "custom"
  277. }
  278. }, {
  279. // =======================================问题督办
  280. "path": "pages/oversee/index",
  281. "style": {
  282. "navigationBarTitleText": "问题督办",
  283. "navigationStyle": "custom",
  284. "enablePullDownRefresh": true
  285. }
  286. }, {
  287. "path": "pages/oversee/search/index",
  288. "style": {
  289. "navigationBarTitleText": "查询",
  290. "navigationStyle": "custom"
  291. }
  292. }, {
  293. "path": "pages/problemSupervision/index",
  294. "style": {
  295. "navigationBarTitleText": "单个问题督办列表",
  296. "navigationStyle": "custom"
  297. }
  298. }, {
  299. "path": "pages/oversee/detail/index",
  300. "style": {
  301. "navigationBarTitleText": "问题查看",
  302. "navigationStyle": "custom"
  303. }
  304. }, {
  305. // =======================================统计分析
  306. "path": "pages/countAnalysis/search/index",
  307. "style": {
  308. "navigationBarTitleText": "查询",
  309. "navigationStyle": "custom"
  310. }
  311. }, {
  312. // =======================================新版本投资分析
  313. "path": "pages/countAnalysis/newHeadAnalysis/index",
  314. "style": {
  315. "navigationBarTitleText": "查询",
  316. "navigationStyle": "custom"
  317. }
  318. }, {
  319. "path": "pages/countAnalysis/fundPlan/index",
  320. "style": {
  321. "navigationBarTitleText": "资金计划",
  322. "navigationStyle": "custom"
  323. }
  324. }, {
  325. "path": "pages/countAnalysis/fundPlan/through/index",
  326. "style": {
  327. "navigationBarTitleText": "资金计划",
  328. "navigationStyle": "custom",
  329. "enablePullDownRefresh": true
  330. }
  331. }, {
  332. "path": "pages/countAnalysis/fundUse/index",
  333. "style": {
  334. "navigationBarTitleText": "资金使用",
  335. "navigationStyle": "custom"
  336. }
  337. }, {
  338. "path": "pages/countAnalysis/through/index",
  339. "style": {
  340. "navigationBarTitleText": "详情",
  341. "navigationStyle": "custom"
  342. }
  343. }, {
  344. "path": "pages/countAnalysis/projectProcess/index",
  345. "style": {
  346. "navigationBarTitleText": "项目进度",
  347. "navigationStyle": "custom",
  348. "enablePullDownRefresh": true
  349. }
  350. }, {
  351. "path": "pages/countAnalysis/overseeList/index",
  352. "style": {
  353. "navigationBarTitleText": "问题清单",
  354. "navigationStyle": "custom"
  355. }
  356. }, {
  357. // =======================================周报
  358. "path": "pages/weekly/index",
  359. "style": {
  360. "navigationBarTitleText": "查询",
  361. "navigationStyle": "custom"
  362. }
  363. }, {
  364. "path": "pages/weekly/list/index",
  365. "style": {
  366. "navigationBarTitleText": "项目信息",
  367. "navigationStyle": "custom"
  368. }
  369. }, {
  370. "path": "pages/weekly/input/index",
  371. "style": {
  372. "navigationBarTitleText": "周报录入",
  373. "navigationStyle": "custom"
  374. }
  375. }, {
  376. "path": "pages/weekly/media/index",
  377. "style": {
  378. "navigationBarTitleText": "媒体查看",
  379. "navigationStyle": "custom"
  380. }
  381. }, {
  382. // =======================================月报
  383. "path": "pages/monthly/index",
  384. "style": {
  385. "navigationBarTitleText": "查询",
  386. "navigationStyle": "custom"
  387. }
  388. }, {
  389. "path": "pages/monthly/list/index",
  390. "style": {
  391. "navigationBarTitleText": "项目信息",
  392. "navigationStyle": "custom"
  393. }
  394. }, {
  395. "path": "pages/monthly/input/index",
  396. "style": {
  397. "navigationBarTitleText": "月报录入",
  398. "navigationStyle": "custom"
  399. }
  400. }, {
  401. // =======================================年度计划
  402. "path": "pages/yearly/index",
  403. "style": {
  404. "navigationBarTitleText": "查询",
  405. "navigationStyle": "custom"
  406. }
  407. }, {
  408. "path": "pages/yearly/list/index",
  409. "style": {
  410. "navigationBarTitleText": "项目信息",
  411. "navigationStyle": "custom"
  412. }
  413. }, {
  414. "path": "pages/yearly/input/index",
  415. "style": {
  416. "navigationBarTitleText": "月报录入",
  417. "navigationStyle": "custom"
  418. }
  419. }, {
  420. // =======================================问题录入
  421. "path": "pages/questionInput/index",
  422. "style": {
  423. "navigationBarTitleText": "问题项目",
  424. "navigationStyle": "custom",
  425. "enablePullDownRefresh": true
  426. }
  427. }, {
  428. "path": "pages/questionInput/search/index",
  429. "style": {
  430. "navigationBarTitleText": "查询",
  431. "navigationStyle": "custom"
  432. }
  433. }, {
  434. "path": "pages/questionInput/input/index",
  435. "style": {
  436. "navigationBarTitleText": "问题录入",
  437. "navigationStyle": "custom"
  438. }
  439. }, {
  440. // =======================================问题跟踪
  441. "path": "pages/questionTrace/index",
  442. "style": {
  443. "navigationBarTitleText": "问题跟踪",
  444. "navigationStyle": "custom",
  445. "enablePullDownRefresh": true
  446. }
  447. }, {
  448. "path": "pages/questionTrace/search/index",
  449. "style": {
  450. "navigationBarTitleText": "查询",
  451. "navigationStyle": "custom"
  452. }
  453. }, {
  454. "path": "pages/questionTrace/input/index",
  455. "style": {
  456. "navigationBarTitleText": "问题跟踪录入",
  457. "navigationStyle": "custom"
  458. }
  459. }, {
  460. // =======================================公告
  461. "path": "pages/announcement/index",
  462. "style": {
  463. "navigationBarTitleText": "公告详情",
  464. "navigationStyle": "custom"
  465. }
  466. }, {
  467. "path": "pages/announcement/list/index",
  468. "style": {
  469. "navigationBarTitleText": "公告列表",
  470. "navigationStyle": "custom",
  471. "enablePullDownRefresh": true
  472. }
  473. }, {
  474. // =======================================消息
  475. "path": "pages/message/index",
  476. "style": {
  477. "navigationBarTitleText": "消息",
  478. "navigationStyle": "custom"
  479. }
  480. }, {
  481. "path": "pages/message/send/index",
  482. "style": {
  483. "navigationBarTitleText": "发布消息",
  484. "navigationStyle": "custom"
  485. }
  486. }, {
  487. "path": "pages/message/search/index",
  488. "style": {
  489. "navigationBarTitleText": "查询消息",
  490. "navigationStyle": "custom"
  491. }
  492. }, {
  493. "path": "pages/message/detail/index",
  494. "style": {
  495. "navigationBarTitleText": "消息详情",
  496. "navigationStyle": "custom"
  497. }
  498. }, {
  499. // =======================================关注
  500. "path": "pages/focus/index",
  501. "style": {
  502. "navigationBarTitleText": "关注",
  503. "navigationStyle": "custom"
  504. }
  505. }, {
  506. // =======================================搜索
  507. "path": "pages/search/index",
  508. "style": {
  509. "navigationBarTitleText": "搜索",
  510. "navigationStyle": "custom",
  511. "enablePullDownRefresh": true
  512. }
  513. }, {
  514. // =======================================政策
  515. "path": "pages/policy/search/index",
  516. "style": {
  517. "navigationBarTitleText": "搜索",
  518. "navigationStyle": "custom"
  519. }
  520. }, {
  521. "path": "pages/policy/index",
  522. "style": {
  523. "navigationBarTitleText": "政策",
  524. "navigationStyle": "custom",
  525. "enablePullDownRefresh": true
  526. }
  527. }, {
  528. "path": "pages/policy/detail/index",
  529. "style": {
  530. "navigationBarTitleText": "详情",
  531. "navigationStyle": "custom"
  532. }
  533. }, {
  534. // =======================================办事流程
  535. "path": "pages/process/index",
  536. "style": {
  537. "navigationBarTitleText": "办事流程",
  538. "navigationStyle": "custom"
  539. }
  540. }, {
  541. // =======================================联系人
  542. "path": "pages/contact/index",
  543. "style": {
  544. "navigationBarTitleText": "联系人",
  545. "navigationStyle": "custom"
  546. }
  547. }, {
  548. // =======================================重大事项
  549. "path": "pages/important/index",
  550. "style": {
  551. "navigationBarTitleText": "重大事项",
  552. "navigationStyle": "custom",
  553. "enablePullDownRefresh": true
  554. }
  555. }, {
  556. "path": "pages/important/detail/index",
  557. "style": {
  558. "navigationBarTitleText": "重大事项",
  559. "navigationStyle": "custom",
  560. "enablePullDownRefresh": true
  561. }
  562. }, {
  563. // =======================================前期手续
  564. "path": "pages/preFlow/index",
  565. "style": {
  566. "navigationBarTitleText": "前期手续",
  567. "navigationStyle": "custom"
  568. }
  569. }, {
  570. "path": "pages/preFlow/detail/index",
  571. "style": {
  572. "navigationBarTitleText": "办理详情",
  573. "navigationStyle": "custom",
  574. "enablePullDownRefresh": true
  575. }
  576. }, {
  577. // =======================================项目形象进度
  578. "path": "pages/projectImage/index",
  579. "style": {
  580. "navigationBarTitleText": "项目形象进度",
  581. "navigationStyle": "custom",
  582. "enablePullDownRefresh": true
  583. }
  584. }, {
  585. // =======================================红黄灯项目
  586. "path": "pages/light/index",
  587. "style": {
  588. "navigationBarTitleText": "红黄灯项目",
  589. "navigationStyle": "custom",
  590. "enablePullDownRefresh": true
  591. }
  592. }, {
  593. // =======================================重点项目
  594. "path": "pages/projectImportant/index",
  595. "style": {
  596. "navigationBarTitleText": "重点项目",
  597. "navigationStyle": "custom",
  598. "enablePullDownRefresh": true
  599. }
  600. }, {
  601. // =======================================占比分析
  602. "path": "pages/analysis/index",
  603. "style": {
  604. "navigationBarTitleText": "占比分析",
  605. "navigationStyle": "custom"
  606. }
  607. }, {
  608. "path": "pages/analysis/report/index",
  609. "style": {
  610. "navigationBarTitleText": "分析报告",
  611. "navigationStyle": "custom"
  612. }
  613. }, {
  614. "path": "pages/analysis/media/index",
  615. "style": {
  616. "navigationBarTitleText": "报告查看",
  617. "navigationStyle": "custom"
  618. }
  619. }, {
  620. "path": "pages/analysis/projectList/index",
  621. "style": {
  622. "navigationBarTitleText": "项目列表",
  623. "navigationStyle": "custom"
  624. }
  625. }, {
  626. // =======================================产业链服务库
  627. "path": "pages/intermediaryService/index",
  628. "style": {
  629. "navigationBarTitleText": "产业链服务库",
  630. "navigationStyle": "custom"
  631. }
  632. }, {
  633. "path": "pages/intermediaryService/search/index",
  634. "style": {
  635. "navigationBarTitleText": "产业链服务库",
  636. "navigationStyle": "custom"
  637. }
  638. }, {
  639. "path": "pages/intermediaryService/detail/index",
  640. "style": {
  641. "navigationBarTitleText": "产业链服务库",
  642. "navigationStyle": "custom"
  643. }
  644. }, {
  645. // =======================================现场影像
  646. "path": "pages/videoManage/index",
  647. "style": {
  648. "navigationBarTitleText": "现场影像",
  649. "navigationStyle": "custom"
  650. }
  651. }, {
  652. "path": "pages/videoManage/list/index",
  653. "style": {
  654. "navigationBarTitleText": "智慧工地",
  655. "navigationStyle": "custom"
  656. }
  657. }, {
  658. "path": "pages/morePage/index",
  659. "style": {
  660. "navigationBarTitleText": "更多(项目列表)",
  661. "navigationStyle": "custom"
  662. }
  663. }, {
  664. "path": "pages/projectBL/index",
  665. "style": {
  666. "navigationBarTitleText": "分管项目",
  667. "navigationStyle": "custom"
  668. }
  669. }, {
  670. "path": "pages/morePage/wtdb/wtdbMorePage",
  671. "style": {
  672. "navigationBarTitleText": "更多(问题督办)",
  673. "navigationStyle": "custom"
  674. }
  675. }],
  676. "tabBar": {
  677. "color": "#AAB9CD",
  678. "selectedColor": "#FFFFFF",
  679. "borderStyle": "white",
  680. "backgroundColor": "#002F69",
  681. "height": "64px",
  682. "iconWidth": "20px",
  683. "fontSize": "14px",
  684. "spacing": "2px",
  685. "list": [{
  686. "pagePath": "pages/home/headHome",
  687. "iconPath": "static/images/tabbar/home.png",
  688. "selectedIconPath": "static/images/tabbar/home_.png",
  689. "visible": false,
  690. "text": "首页"
  691. }, {
  692. "pagePath": "pages/home/oversawHome",
  693. "iconPath": "static/images/tabbar/home.png",
  694. "selectedIconPath": "static/images/tabbar/home_.png",
  695. "visible": false,
  696. "text": "首页"
  697. }, {
  698. "pagePath": "pages/home/companyHome",
  699. "iconPath": "static/images/tabbar/home.png",
  700. "selectedIconPath": "static/images/tabbar/home_.png",
  701. "visible": false,
  702. "text": "首页"
  703. }, {
  704. "pagePath": "pages/message/index",
  705. "iconPath": "static/images/tabbar/message.png",
  706. "selectedIconPath": "static/images/tabbar/message_.png",
  707. "text": "消息"
  708. }, {
  709. "pagePath": "pages/mine/index",
  710. "iconPath": "static/images/tabbar/mine.png",
  711. "selectedIconPath": "static/images/tabbar/mine_.png",
  712. "text": "我的"
  713. }]
  714. },
  715. "globalStyle": {
  716. "navigationBarTextStyle": "black",
  717. "navigationBarTitleText": "RuoYi",
  718. "navigationBarBackgroundColor": "#FFFFFF",
  719. "app-plus": {
  720. "bounce": "none",
  721. "scrollIndicator": "none" //全局 在APP页面都不显示滚动条
  722. }
  723. },
  724. "easycom": {
  725. "custom": {
  726. "^u-(.*)": "@/uview-plus/components/u-$1/u-$1.vue"
  727. }
  728. },
  729. "condition": { //模式配置,仅开发期间生效
  730. "current": 0, //当前激活的模式(list 的索引项)
  731. "list": [{
  732. "name": "", //模式名称
  733. "path": "", //启动页面,必选
  734. "query": "" //启动参数,在页面的onLoad函数里面得到
  735. }]
  736. }
  737. }