pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/login/login",
  6. "style": {
  7. "navigationStyle": "custom" // 隐藏系统导航栏
  8. }
  9. },
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationStyle": "custom" // 隐藏系统导航栏
  14. }
  15. },
  16. {
  17. "path": "pages/user/setting/password/password",
  18. "style": {
  19. "navigationBarTitleText": "修改密码"
  20. }
  21. }
  22. ,{
  23. "path" : "pages/apps/notification/notification",
  24. "style" : {
  25. "navigationBarTitleText": "通知"
  26. }
  27. }
  28. ,{
  29. "path" : "pages/apps/mail/mail",
  30. "style" : {
  31. "navigationBarTitleText": "站内信"
  32. }
  33. }
  34. ,{
  35. "path" : "pages/apps/notification/notificationDetail",
  36. "style" : {
  37. "navigationBarTitleText": "通知详情"
  38. }
  39. }
  40. ,{
  41. "path" : "pages/apps/notification/oaNotifyForm",
  42. "style" : {
  43. "navigationBarTitleText": "签发通知"
  44. }
  45. }
  46. ,{
  47. "path" : "pages/apps/mail/inbox",
  48. "style" : {
  49. "navigationBarTitleText": "收件箱"
  50. }
  51. }
  52. ,{
  53. "path" : "pages/apps/mail/outbox",
  54. "style" : {
  55. "navigationBarTitleText": "发件箱"
  56. }
  57. }
  58. ,{
  59. "path" : "pages/apps/mail/draft",
  60. "style" : {
  61. "navigationBarTitleText": "草稿箱"
  62. }
  63. }
  64. ,{
  65. "path" : "pages/apps/mail/trash",
  66. "style" : {
  67. "navigationBarTitleText": "垃圾箱"
  68. }
  69. }
  70. ,{
  71. "path" : "pages/apps/mail/sendEmailForm",
  72. "style" : {
  73. "navigationBarTitleText": "发送邮件"
  74. }
  75. }
  76. ,{
  77. "path" : "pages/apps/mail/sendEmailDetail",
  78. "style" : {
  79. "navigationBarTitleText": "邮件详情"
  80. }
  81. }
  82. ,{
  83. "path" : "pages/apps/mail/receivedMailDetail",
  84. "style" : {
  85. "navigationBarTitleText": "邮件详情"
  86. }
  87. }
  88. ,{
  89. "path" : "pages/apps/mail/trashMailDetail",
  90. "style" : {
  91. "navigationBarTitleText": "邮件详情"
  92. }
  93. }
  94. ,{
  95. "path" : "pages/workbench/task/ApplyList",
  96. "style" : {
  97. "navigationBarTitleText": "我发起的"
  98. }
  99. }
  100. ,{
  101. "path" : "pages/workbench/task/TodoList",
  102. "style" : {
  103. "navigationBarTitleText": "待办事项"
  104. }
  105. }
  106. ,{
  107. "path" : "pages/human/enrollment/registration/EnrollmentRegistrationAddForm",
  108. "style" : {
  109. "navigationBarTitleText": "入职登记"
  110. }
  111. },{
  112. "path" : "pages/materialManagement/collect/UserPullForm",
  113. "style" : {
  114. "navigationBarTitleText": "领用人"
  115. }
  116. },{
  117. "path" : "pages/calendar/MyCalendar",
  118. "style" : {
  119. "navigationBarTitleText": "我的日程"
  120. }
  121. },{
  122. "path" : "pages/calendar/MyCalendarForm",
  123. "style" : {
  124. "navigationBarTitleText": "日程内容"
  125. }
  126. },{
  127. "path" : "pages/apps/apps",
  128. "style" : {
  129. "navigationBarTitleText": "应用"
  130. }
  131. }
  132. ,{
  133. "path" : "pages/human/enrollment/registration/saveOk",
  134. "style" : {
  135. "navigationBarTitleText": "提交成功"
  136. }
  137. }
  138. ,{
  139. "path" : "pages/human/practice/register/RegistrationAddForm",
  140. "style" : {
  141. "navigationBarTitleText": "实习登记"
  142. }
  143. }
  144. ,{
  145. "path" : "pages/workbench/task/HistoryList",
  146. "style" : {
  147. "navigationBarTitleText": "已办事项"
  148. }
  149. }
  150. ,{
  151. "path" : "pages/workbench/task/FlowCopyList",
  152. "style" : {
  153. "navigationBarTitleText": "抄送我的"
  154. }
  155. }
  156. ,{
  157. "path" : "pages/workbench/task/TaskForm",
  158. "style" : {
  159. "navigationBarTitleText": "流程表单" // 隐藏系统导航栏
  160. }
  161. }
  162. ,{
  163. "path" : "pages/workbench/task/TaskFormDetail",
  164. "style" : {
  165. "navigationBarTitleText": "表单详情" // 隐藏系统导航栏
  166. }
  167. },
  168. {
  169. "path" : "pages/workbench/task/TaskFormEdit",
  170. "style" : {
  171. "navigationBarTitleText": "表单编辑" // 隐藏系统导航栏
  172. }
  173. },
  174. {
  175. "path" : "pages/test/mobile/TestMobileForm",
  176. "style" : {}
  177. },
  178. {
  179. "path" : "pages/test/mobile/TestMobileList",
  180. "style" : {
  181. "navigationBarTitleText": "移动表单列表" // 隐藏系统导航栏
  182. }
  183. },
  184. {
  185. "path" : "pages/test/activiti/TestActivitiLeaveForm",
  186. "style" : {}
  187. },
  188. {
  189. "path" : "pages/example/basics/icon",
  190. "style" : {
  191. "navigationBarTitleText": "自定义图标"
  192. }
  193. },
  194. {
  195. "path": "pages/example/ucharts/ucharts",
  196. "style": {
  197. "navigationBarTitleText": "ucharts"
  198. }
  199. },
  200. {
  201. "path": "pages/example/components",
  202. "style": {
  203. "navigationBarTitleText": "uView UI"
  204. }
  205. },
  206. {
  207. "path" : "pages/test/luckyDraw/LuckyDrawList",
  208. "style" : {}
  209. },
  210. {
  211. "path" : "pages/test/luckyDraw/LuckyDrawShowList",
  212. "style" : {}
  213. },
  214. {
  215. "path" : "pages/test/luckyDraw/LuckyDrawEvents",
  216. "style" : {}
  217. },
  218. {
  219. "path" : "pages/test/local/LocationDemo",
  220. "style" : {}
  221. },
  222. {
  223. "path" : "pages/test/luckyDraw/LuckyDrawEventsDetail",
  224. "style" : {}
  225. },
  226. {
  227. "path" : "pages/test/luckyDraw/LuckyDrawRegister",
  228. "style" : {}
  229. },
  230. {
  231. "path" : "pages/test/luckyDraw/LuckyDrawLottery",
  232. "style" : {}
  233. },
  234. {
  235. "path" : "pages/test/luckyDraw/LuckyDrawEvents_pc",
  236. "style" : {}
  237. },
  238. {
  239. "path" : "pages/test/luckyDraw/LuckyDrawMemberList",
  240. "style" : {
  241. "navigationBarTitleText": "IT兴趣小组招募成员"
  242. }
  243. },
  244. {
  245. "path" : "pages/generateForm/GenerateForm",
  246. "style" : {}
  247. },
  248. {
  249. "path" : "pages/generateForm/InvoiceUpdateGenerateForm",
  250. "style" : {}
  251. },
  252. {
  253. "path" : "pages/psiManagement/dishManage/DishOrder",
  254. "style" : {
  255. "navigationBarTitleText": "景聚庭"
  256. }
  257. },
  258. {
  259. "path" : "pages/psiManagement/dishManage/DishOrderDetail",
  260. "style" : {
  261. "navigationBarTitleText": "景聚庭"
  262. }
  263. },
  264. {
  265. "path" : "pages/psiManagement/dishManage/DishOrderAdd",
  266. "style" : {
  267. "navigationBarTitleText": "景聚庭"
  268. }
  269. },
  270. {
  271. "path" : "pages/psiManagement/dishManage/DishOrderApproval",
  272. "style" : {
  273. "navigationBarTitleText": "景聚庭"
  274. }
  275. },
  276. {
  277. "path" : "pages/psiManagement/wareHouse/WareHouseAddForm",
  278. "style" : {
  279. "navigationBarTitleText": "入库"
  280. }
  281. },
  282. {
  283. "path" : "pages/psiManagement/wareHouseSummary/WareHouseSummaryList",
  284. "style" : {
  285. "navigationBarTitleText": "库存列表"
  286. }
  287. },
  288. {
  289. "path" : "pages/psiManagement/wareHouse/WareHouseList",
  290. "style" : {
  291. "navigationBarTitleText": "入库列表"
  292. }
  293. },
  294. {
  295. "path" : "pages/psiManagement/wareHouse/WareHouseUpdateForm",
  296. "style" : {
  297. "navigationBarTitleText": "入库记录"
  298. }
  299. }
  300. ],
  301. "subPackages": [{
  302. "root": "pages/example/componentsA",
  303. "pages": [
  304. // 过渡动画
  305. {
  306. "path": "transition/transition",
  307. "style": {
  308. "navigationBarTitleText": "过渡动画"
  309. }
  310. },
  311. {
  312. "path": "test/test",
  313. "style": {
  314. "navigationBarTitleText": "测试"
  315. }
  316. },
  317. {
  318. "path": "icon/icon",
  319. "style": {
  320. "navigationBarTitleText": "图标"
  321. }
  322. },
  323. {
  324. "path": "cell/cell",
  325. "style": {
  326. "navigationBarTitleText": "单元格"
  327. }
  328. },
  329. {
  330. "path": "line/line",
  331. "style": {
  332. "navigationBarTitleText": "线条"
  333. }
  334. },
  335. {
  336. "path": "image/image",
  337. "style": {
  338. "navigationBarTitleText": "图片"
  339. }
  340. },
  341. {
  342. "path": "link/link",
  343. "style": {
  344. "navigationBarTitleText": "超链接"
  345. }
  346. },
  347. {
  348. "path": "button/button",
  349. "style": {
  350. "navigationBarTitleText": "按钮"
  351. }
  352. },
  353. {
  354. "path": "loading-icon/loading-icon",
  355. "style": {
  356. "navigationBarTitleText": "加载中图标"
  357. }
  358. },
  359. {
  360. "path": "overlay/overlay",
  361. "style": {
  362. "navigationBarTitleText": "遮罩层",
  363. "navigationStyle": "custom"
  364. }
  365. },
  366. {
  367. "path": "loading-page/loading-page",
  368. "style": {
  369. "navigationBarTitleText": "加载页",
  370. "navigationStyle": "custom"
  371. }
  372. },
  373. {
  374. "path": "popup/popup",
  375. "style": {
  376. "navigationBarTitleText": "弹窗",
  377. "navigationStyle": "custom"
  378. }
  379. },
  380. {
  381. "path": "swipeAction/swipeAction",
  382. "style": {
  383. "navigationBarTitleText": "滑动单元格"
  384. }
  385. },
  386. {
  387. "path": "sticky/sticky",
  388. "style": {
  389. "navigationBarTitleText": "吸顶"
  390. }
  391. },
  392. {
  393. "path": "radio/radio",
  394. "style": {
  395. "navigationBarTitleText": "单选框"
  396. }
  397. },
  398. {
  399. "path": "checkbox/checkbox",
  400. "style": {
  401. "navigationBarTitleText": "复选框"
  402. }
  403. },
  404. {
  405. "path": "empty/empty",
  406. "style": {
  407. "navigationBarTitleText": "内容为空"
  408. }
  409. },
  410. {
  411. "path": "backtop/backtop",
  412. "style": {
  413. "navigationBarTitleText": "返回顶部"
  414. }
  415. },
  416. {
  417. "path": "divider/divider",
  418. "style": {
  419. "navigationBarTitleText": "分割线"
  420. }
  421. },
  422. {
  423. "path": "rate/rate",
  424. "style": {
  425. "navigationBarTitleText": "评分"
  426. }
  427. },
  428. {
  429. "path": "gap/gap",
  430. "style": {
  431. "navigationBarTitleText": "间隔槽"
  432. }
  433. },
  434. {
  435. "path": "grid/grid",
  436. "style": {
  437. "navigationBarTitleText": "宫格"
  438. }
  439. }
  440. ]
  441. }, {
  442. "root": "pages/example/componentsB",
  443. "pages": [{
  444. "path": "dropdown/dropdown",
  445. "style": {
  446. "navigationBarTitleText": "下拉菜单"
  447. }
  448. }, {
  449. "path": "actionSheet/actionSheet",
  450. "style": {
  451. "navigationBarTitleText": "上拉菜单",
  452. "navigationStyle": "custom"
  453. }
  454. }, {
  455. "path": "parse/parse",
  456. "style": {
  457. "navigationBarTitleText": "富文本解析器"
  458. }
  459. }, {
  460. "path": "parse/jump",
  461. "style": {
  462. "navigationBarTitleText": "内部链接"
  463. }
  464. }, {
  465. "path": "toast/toast",
  466. "style": {
  467. "navigationBarTitleText": "提示消息"
  468. }
  469. }, {
  470. "path": "keyboard/keyboard",
  471. "style": {
  472. "navigationBarTitleText": "键盘",
  473. "navigationStyle": "custom"
  474. }
  475. }, {
  476. "path": "slider/slider",
  477. "style": {
  478. "navigationBarTitleText": "滑动选择器"
  479. }
  480. }, {
  481. "path": "upload/upload",
  482. "style": {
  483. "navigationBarTitleText": "上传"
  484. }
  485. }, {
  486. "path": "notify/notify",
  487. "style": {
  488. "navigationBarTitleText": "消息提示"
  489. }
  490. }, {
  491. "path": "countDown/countDown",
  492. "style": {
  493. "navigationBarTitleText": "倒计时"
  494. }
  495. }, {
  496. "path": "color/color",
  497. "style": {
  498. "navigationBarTitleText": "色彩"
  499. }
  500. }, {
  501. "path": "numberBox/numberBox",
  502. "style": {
  503. "navigationBarTitleText": "步进器"
  504. }
  505. }, {
  506. "path": "countTo/countTo",
  507. "style": {
  508. "navigationBarTitleText": "数字滚动"
  509. }
  510. }, {
  511. "path": "search/search",
  512. "style": {
  513. "navigationBarTitleText": "搜索"
  514. }
  515. }, {
  516. "path": "badge/badge",
  517. "style": {
  518. "navigationBarTitleText": "徽标数"
  519. }
  520. }, {
  521. "path": "tag/tag",
  522. "style": {
  523. "navigationBarTitleText": "标签"
  524. }
  525. }, {
  526. "path": "alert/alert",
  527. "style": {
  528. "navigationBarTitleText": "警告"
  529. }
  530. }, {
  531. "path": "switch/switch",
  532. "style": {
  533. "navigationBarTitleText": "开关"
  534. }
  535. }, {
  536. "path": "collapse/collapse",
  537. "style": {
  538. "navigationBarTitleText": "折叠面板"
  539. }
  540. }, {
  541. "path": "code/code",
  542. "style": {
  543. "navigationBarTitleText": "验证码"
  544. }
  545. }, {
  546. "path": "noticeBar/noticeBar",
  547. "style": {
  548. "navigationBarTitleText": "滚动通知"
  549. }
  550. }, {
  551. "path": "progress/progress",
  552. "style": {
  553. "navigationBarTitleText": "进度条"
  554. }
  555. }, {
  556. "path": "tabbar/tabbar",
  557. "style": {
  558. "navigationBarTitleText": "Tabbar"
  559. }
  560. }]
  561. }, {
  562. "root": "pages/example/componentsC",
  563. "pages": [{
  564. "path": "table/table",
  565. "style": {
  566. "navigationBarTitleText": "表格"
  567. }
  568. }, {
  569. "path": "form/form",
  570. "style": {
  571. "navigationBarTitleText": "表单",
  572. "navigationStyle": "custom"
  573. }
  574. }, {
  575. "path": "textarea/textarea",
  576. "style": {
  577. "navigationBarTitleText": "文本域"
  578. }
  579. }, {
  580. "path": "noNetwork/noNetwork",
  581. "style": {
  582. "navigationBarTitleText": "无网络提示"
  583. }
  584. }, {
  585. "path": "loadmore/loadmore",
  586. "style": {
  587. "navigationBarTitleText": "加载更多"
  588. }
  589. }, {
  590. "path": "text/text",
  591. "style": {
  592. "navigationBarTitleText": "文本"
  593. }
  594. }, {
  595. "path": "steps/steps",
  596. "style": {
  597. "navigationBarTitleText": "步骤条"
  598. }
  599. }, {
  600. "path": "navbar/navbar",
  601. "style": {
  602. "navigationBarTitleText": "导航栏",
  603. "navigationStyle": "custom"
  604. }
  605. }, {
  606. "path": "skeleton/skeleton",
  607. "style": {
  608. "navigationBarTitleText": "骨架屏"
  609. }
  610. }, {
  611. "path": "input/input",
  612. "style": {
  613. "navigationBarTitleText": "输入框"
  614. }
  615. }, {
  616. "path": "album/album",
  617. "style": {
  618. "navigationBarTitleText": "相册"
  619. }
  620. }, {
  621. "path": "avatar/avatar",
  622. "style": {
  623. "navigationBarTitleText": "头像"
  624. }
  625. }, {
  626. "path": "readMore/readMore",
  627. "style": {
  628. "navigationBarTitleText": "阅读更多"
  629. }
  630. }, {
  631. "path": "layout/layout",
  632. "style": {
  633. "navigationBarTitleText": "布局"
  634. }
  635. }, {
  636. "path": "indexList/indexList",
  637. "style": {
  638. "navigationBarTitleText": "索引列表"
  639. }
  640. }, {
  641. "path": "tooltip/tooltip",
  642. "style": {
  643. "navigationBarTitleText": "长按提示"
  644. }
  645. }, {
  646. "path": "tabs/tabs",
  647. "style": {
  648. "navigationBarTitleText": "标签"
  649. }
  650. }, {
  651. "path": "list/list",
  652. "style": {
  653. "navigationBarTitleText": "列表"
  654. }
  655. }, {
  656. "path": "swiper/swiper",
  657. "style": {
  658. "navigationBarTitleText": "轮播"
  659. }
  660. }, {
  661. "path": "scrollList/scrollList",
  662. "style": {
  663. "navigationBarTitleText": "横向滚动列表"
  664. }
  665. }, {
  666. "path": "codeInput/codeInput",
  667. "style": {
  668. "navigationBarTitleText": "验证码输入"
  669. }
  670. }, {
  671. "path": "modal/modal",
  672. "style": {
  673. "navigationBarTitleText": "模态框",
  674. "navigationStyle": "custom"
  675. }
  676. }, {
  677. "path": "picker/picker",
  678. "style": {
  679. "navigationBarTitleText": "选择器",
  680. "navigationStyle": "custom"
  681. }
  682. }, {
  683. "path": "calendar/calendar",
  684. "style": {
  685. "navigationBarTitleText": "日历",
  686. "navigationStyle": "custom"
  687. }
  688. }, {
  689. "path": "datetimePicker/datetimePicker",
  690. "style": {
  691. "navigationBarTitleText": "时间选择",
  692. "navigationStyle": "custom"
  693. }
  694. }, {
  695. "path": "subsection/subsection",
  696. "style": {
  697. "navigationBarTitleText": "分段器"
  698. }
  699. }]
  700. }],
  701. "preloadRule": {
  702. "pages/example/components": {
  703. "network": "all",
  704. "packages": ["pages/componentsA", "pages/componentsB"]
  705. }
  706. },
  707. "globalStyle": {
  708. "mp-alipay": {
  709. /* 支付宝小程序特有相关 */
  710. "transparentTitle": "always",
  711. "allowsBounceVertical": "NO"
  712. },
  713. "usingComponents": {
  714. "ly-tree-node": "/components/ly-tree/ly-tree-node"
  715. },
  716. "navigationBarBackgroundColor": "#0081ff",
  717. "navigationBarTitleText": "Jeeplus 移动审批",
  718. // "navigationStyle": "custom",
  719. "navigationBarTextStyle": "white"
  720. },
  721. "usingComponts": true,
  722. "condition": { //模式配置,仅开发期间生效
  723. "current": 0, //当前激活的模式(list 的索引项)
  724. "list": [{
  725. "name": "表单", //模式名称
  726. "path": "pages/index/index", //启动页面
  727. "query": "" //启动参数
  728. }
  729. ]
  730. }
  731. }