pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationStyle": "custom" // 隐藏系统导航栏
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  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. ,{
  113. "path" : "pages/human/enrollment/registration/saveOk",
  114. "style" : {
  115. "navigationBarTitleText": "提交成功"
  116. }
  117. }
  118. ,{
  119. "path" : "pages/human/practice/register/RegistrationAddForm",
  120. "style" : {
  121. "navigationBarTitleText": "实习登记"
  122. }
  123. }
  124. ,{
  125. "path" : "pages/workbench/task/HistoryList",
  126. "style" : {
  127. "navigationBarTitleText": "已办事项"
  128. }
  129. }
  130. ,{
  131. "path" : "pages/workbench/task/FlowCopyList",
  132. "style" : {
  133. "navigationBarTitleText": "抄送我的"
  134. }
  135. }
  136. ,{
  137. "path" : "pages/workbench/task/TaskForm",
  138. "style" : {
  139. "navigationBarTitleText": "流程表单" // 隐藏系统导航栏
  140. }
  141. }
  142. ,{
  143. "path" : "pages/workbench/task/TaskFormDetail",
  144. "style" : {
  145. "navigationBarTitleText": "表单详情" // 隐藏系统导航栏
  146. }
  147. },
  148. {
  149. "path" : "pages/workbench/task/TaskFormEdit",
  150. "style" : {
  151. "navigationBarTitleText": "表单编辑" // 隐藏系统导航栏
  152. }
  153. },
  154. {
  155. "path" : "pages/test/mobile/TestMobileForm",
  156. "style" : {}
  157. },
  158. {
  159. "path" : "pages/test/mobile/TestMobileList",
  160. "style" : {
  161. "navigationBarTitleText": "移动表单列表" // 隐藏系统导航栏
  162. }
  163. },
  164. {
  165. "path" : "pages/test/activiti/TestActivitiLeaveForm",
  166. "style" : {}
  167. },
  168. {
  169. "path" : "pages/example/basics/icon",
  170. "style" : {
  171. "navigationBarTitleText": "自定义图标"
  172. }
  173. },
  174. {
  175. "path": "pages/example/ucharts/ucharts",
  176. "style": {
  177. "navigationBarTitleText": "ucharts"
  178. }
  179. },
  180. {
  181. "path": "pages/example/components",
  182. "style": {
  183. "navigationBarTitleText": "uView UI"
  184. }
  185. }
  186. ],
  187. "subPackages": [{
  188. "root": "pages/example/componentsA",
  189. "pages": [
  190. // 过渡动画
  191. {
  192. "path": "transition/transition",
  193. "style": {
  194. "navigationBarTitleText": "过渡动画"
  195. }
  196. },
  197. {
  198. "path": "test/test",
  199. "style": {
  200. "navigationBarTitleText": "测试"
  201. }
  202. },
  203. {
  204. "path": "icon/icon",
  205. "style": {
  206. "navigationBarTitleText": "图标"
  207. }
  208. },
  209. {
  210. "path": "cell/cell",
  211. "style": {
  212. "navigationBarTitleText": "单元格"
  213. }
  214. },
  215. {
  216. "path": "line/line",
  217. "style": {
  218. "navigationBarTitleText": "线条"
  219. }
  220. },
  221. {
  222. "path": "image/image",
  223. "style": {
  224. "navigationBarTitleText": "图片"
  225. }
  226. },
  227. {
  228. "path": "link/link",
  229. "style": {
  230. "navigationBarTitleText": "超链接"
  231. }
  232. },
  233. {
  234. "path": "button/button",
  235. "style": {
  236. "navigationBarTitleText": "按钮"
  237. }
  238. },
  239. {
  240. "path": "loading-icon/loading-icon",
  241. "style": {
  242. "navigationBarTitleText": "加载中图标"
  243. }
  244. },
  245. {
  246. "path": "overlay/overlay",
  247. "style": {
  248. "navigationBarTitleText": "遮罩层",
  249. "navigationStyle": "custom"
  250. }
  251. },
  252. {
  253. "path": "loading-page/loading-page",
  254. "style": {
  255. "navigationBarTitleText": "加载页",
  256. "navigationStyle": "custom"
  257. }
  258. },
  259. {
  260. "path": "popup/popup",
  261. "style": {
  262. "navigationBarTitleText": "弹窗",
  263. "navigationStyle": "custom"
  264. }
  265. },
  266. {
  267. "path": "swipeAction/swipeAction",
  268. "style": {
  269. "navigationBarTitleText": "滑动单元格"
  270. }
  271. },
  272. {
  273. "path": "sticky/sticky",
  274. "style": {
  275. "navigationBarTitleText": "吸顶"
  276. }
  277. },
  278. {
  279. "path": "radio/radio",
  280. "style": {
  281. "navigationBarTitleText": "单选框"
  282. }
  283. },
  284. {
  285. "path": "checkbox/checkbox",
  286. "style": {
  287. "navigationBarTitleText": "复选框"
  288. }
  289. },
  290. {
  291. "path": "empty/empty",
  292. "style": {
  293. "navigationBarTitleText": "内容为空"
  294. }
  295. },
  296. {
  297. "path": "backtop/backtop",
  298. "style": {
  299. "navigationBarTitleText": "返回顶部"
  300. }
  301. },
  302. {
  303. "path": "divider/divider",
  304. "style": {
  305. "navigationBarTitleText": "分割线"
  306. }
  307. },
  308. {
  309. "path": "rate/rate",
  310. "style": {
  311. "navigationBarTitleText": "评分"
  312. }
  313. },
  314. {
  315. "path": "gap/gap",
  316. "style": {
  317. "navigationBarTitleText": "间隔槽"
  318. }
  319. },
  320. {
  321. "path": "grid/grid",
  322. "style": {
  323. "navigationBarTitleText": "宫格"
  324. }
  325. }
  326. ]
  327. }, {
  328. "root": "pages/example/componentsB",
  329. "pages": [{
  330. "path": "dropdown/dropdown",
  331. "style": {
  332. "navigationBarTitleText": "下拉菜单"
  333. }
  334. }, {
  335. "path": "actionSheet/actionSheet",
  336. "style": {
  337. "navigationBarTitleText": "上拉菜单",
  338. "navigationStyle": "custom"
  339. }
  340. }, {
  341. "path": "parse/parse",
  342. "style": {
  343. "navigationBarTitleText": "富文本解析器"
  344. }
  345. }, {
  346. "path": "parse/jump",
  347. "style": {
  348. "navigationBarTitleText": "内部链接"
  349. }
  350. }, {
  351. "path": "toast/toast",
  352. "style": {
  353. "navigationBarTitleText": "提示消息"
  354. }
  355. }, {
  356. "path": "keyboard/keyboard",
  357. "style": {
  358. "navigationBarTitleText": "键盘",
  359. "navigationStyle": "custom"
  360. }
  361. }, {
  362. "path": "slider/slider",
  363. "style": {
  364. "navigationBarTitleText": "滑动选择器"
  365. }
  366. }, {
  367. "path": "upload/upload",
  368. "style": {
  369. "navigationBarTitleText": "上传"
  370. }
  371. }, {
  372. "path": "notify/notify",
  373. "style": {
  374. "navigationBarTitleText": "消息提示"
  375. }
  376. }, {
  377. "path": "countDown/countDown",
  378. "style": {
  379. "navigationBarTitleText": "倒计时"
  380. }
  381. }, {
  382. "path": "color/color",
  383. "style": {
  384. "navigationBarTitleText": "色彩"
  385. }
  386. }, {
  387. "path": "numberBox/numberBox",
  388. "style": {
  389. "navigationBarTitleText": "步进器"
  390. }
  391. }, {
  392. "path": "countTo/countTo",
  393. "style": {
  394. "navigationBarTitleText": "数字滚动"
  395. }
  396. }, {
  397. "path": "search/search",
  398. "style": {
  399. "navigationBarTitleText": "搜索"
  400. }
  401. }, {
  402. "path": "badge/badge",
  403. "style": {
  404. "navigationBarTitleText": "徽标数"
  405. }
  406. }, {
  407. "path": "tag/tag",
  408. "style": {
  409. "navigationBarTitleText": "标签"
  410. }
  411. }, {
  412. "path": "alert/alert",
  413. "style": {
  414. "navigationBarTitleText": "警告"
  415. }
  416. }, {
  417. "path": "switch/switch",
  418. "style": {
  419. "navigationBarTitleText": "开关"
  420. }
  421. }, {
  422. "path": "collapse/collapse",
  423. "style": {
  424. "navigationBarTitleText": "折叠面板"
  425. }
  426. }, {
  427. "path": "code/code",
  428. "style": {
  429. "navigationBarTitleText": "验证码"
  430. }
  431. }, {
  432. "path": "noticeBar/noticeBar",
  433. "style": {
  434. "navigationBarTitleText": "滚动通知"
  435. }
  436. }, {
  437. "path": "progress/progress",
  438. "style": {
  439. "navigationBarTitleText": "进度条"
  440. }
  441. }, {
  442. "path": "tabbar/tabbar",
  443. "style": {
  444. "navigationBarTitleText": "Tabbar"
  445. }
  446. }]
  447. }, {
  448. "root": "pages/example/componentsC",
  449. "pages": [{
  450. "path": "table/table",
  451. "style": {
  452. "navigationBarTitleText": "表格"
  453. }
  454. }, {
  455. "path": "form/form",
  456. "style": {
  457. "navigationBarTitleText": "表单",
  458. "navigationStyle": "custom"
  459. }
  460. }, {
  461. "path": "textarea/textarea",
  462. "style": {
  463. "navigationBarTitleText": "文本域"
  464. }
  465. }, {
  466. "path": "noNetwork/noNetwork",
  467. "style": {
  468. "navigationBarTitleText": "无网络提示"
  469. }
  470. }, {
  471. "path": "loadmore/loadmore",
  472. "style": {
  473. "navigationBarTitleText": "加载更多"
  474. }
  475. }, {
  476. "path": "text/text",
  477. "style": {
  478. "navigationBarTitleText": "文本"
  479. }
  480. }, {
  481. "path": "steps/steps",
  482. "style": {
  483. "navigationBarTitleText": "步骤条"
  484. }
  485. }, {
  486. "path": "navbar/navbar",
  487. "style": {
  488. "navigationBarTitleText": "导航栏",
  489. "navigationStyle": "custom"
  490. }
  491. }, {
  492. "path": "skeleton/skeleton",
  493. "style": {
  494. "navigationBarTitleText": "骨架屏"
  495. }
  496. }, {
  497. "path": "input/input",
  498. "style": {
  499. "navigationBarTitleText": "输入框"
  500. }
  501. }, {
  502. "path": "album/album",
  503. "style": {
  504. "navigationBarTitleText": "相册"
  505. }
  506. }, {
  507. "path": "avatar/avatar",
  508. "style": {
  509. "navigationBarTitleText": "头像"
  510. }
  511. }, {
  512. "path": "readMore/readMore",
  513. "style": {
  514. "navigationBarTitleText": "阅读更多"
  515. }
  516. }, {
  517. "path": "layout/layout",
  518. "style": {
  519. "navigationBarTitleText": "布局"
  520. }
  521. }, {
  522. "path": "indexList/indexList",
  523. "style": {
  524. "navigationBarTitleText": "索引列表"
  525. }
  526. }, {
  527. "path": "tooltip/tooltip",
  528. "style": {
  529. "navigationBarTitleText": "长按提示"
  530. }
  531. }, {
  532. "path": "tabs/tabs",
  533. "style": {
  534. "navigationBarTitleText": "标签"
  535. }
  536. }, {
  537. "path": "list/list",
  538. "style": {
  539. "navigationBarTitleText": "列表"
  540. }
  541. }, {
  542. "path": "swiper/swiper",
  543. "style": {
  544. "navigationBarTitleText": "轮播"
  545. }
  546. }, {
  547. "path": "scrollList/scrollList",
  548. "style": {
  549. "navigationBarTitleText": "横向滚动列表"
  550. }
  551. }, {
  552. "path": "codeInput/codeInput",
  553. "style": {
  554. "navigationBarTitleText": "验证码输入"
  555. }
  556. }, {
  557. "path": "modal/modal",
  558. "style": {
  559. "navigationBarTitleText": "模态框",
  560. "navigationStyle": "custom"
  561. }
  562. }, {
  563. "path": "picker/picker",
  564. "style": {
  565. "navigationBarTitleText": "选择器",
  566. "navigationStyle": "custom"
  567. }
  568. }, {
  569. "path": "calendar/calendar",
  570. "style": {
  571. "navigationBarTitleText": "日历",
  572. "navigationStyle": "custom"
  573. }
  574. }, {
  575. "path": "datetimePicker/datetimePicker",
  576. "style": {
  577. "navigationBarTitleText": "时间选择",
  578. "navigationStyle": "custom"
  579. }
  580. }, {
  581. "path": "subsection/subsection",
  582. "style": {
  583. "navigationBarTitleText": "分段器"
  584. }
  585. }]
  586. }],
  587. "preloadRule": {
  588. "pages/example/components": {
  589. "network": "all",
  590. "packages": ["pages/componentsA", "pages/componentsB"]
  591. }
  592. },
  593. "globalStyle": {
  594. "mp-alipay": {
  595. /* 支付宝小程序特有相关 */
  596. "transparentTitle": "always",
  597. "allowsBounceVertical": "NO"
  598. },
  599. "usingComponents": {
  600. "ly-tree-node": "/components/ly-tree/ly-tree-node"
  601. },
  602. "navigationBarBackgroundColor": "#0081ff",
  603. "navigationBarTitleText": "Jeeplus 移动审批",
  604. // "navigationStyle": "custom",
  605. "navigationBarTextStyle": "white"
  606. },
  607. "usingComponts": true,
  608. "condition": { //模式配置,仅开发期间生效
  609. "current": 0, //当前激活的模式(list 的索引项)
  610. "list": [{
  611. "name": "表单", //模式名称
  612. "path": "pages/index/index", //启动页面
  613. "query": "" //启动参数
  614. }
  615. ]
  616. }
  617. }