pages.json 14 KB

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