123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642 |
- {
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom" // 隐藏系统导航栏
- }
- }
- ,{
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "path" : "pages/fileTransmit/addFileTransmit",
- "style" : {
- "navigationBarTitleText": "新增文件传阅卡"
- }
- },
- {
- "path" : "pages/fileTransmit/examineFile",
- "style" : {
- "navigationBarTitleText": "审批页"
- }
- },
- {
- "path" : "pages/fileTransmit/fileInfo",
- "style" : {
- "navigationBarTitleText": "公文详情"
- }
- },
- {
- "path" : "pages/fileTransmit/fileTransmitList",
- "style" : {
- "navigationBarTitleText": "列表"
- }
- },
- {
- "path" : "pages/fileTransmit/statistics",
- "style" : {
- "navigationBarTitleText": "公文统计"
- }
- },
- {
- "path" : "pages/pdfPreview/pdfPreview",
- "style" : {
- "navigationBarTitleText": "预览"
- }
- },
- {
- "path": "pages/user/setting/password/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/user/setting/signature/signature",
- "style": {
- "navigationBarTitleText": "签名"
- }
- }
- ,{
- "path" : "pages/apps/notification/notification",
- "style" : {
- "navigationBarTitleText": "通知"
- }
- }
- ,{
- "path" : "pages/apps/mail/mail",
- "style" : {
- "navigationBarTitleText": "站内信"
- }
- }
- ,{
- "path" : "pages/apps/notification/notificationDetail",
- "style" : {
- "navigationBarTitleText": "通知详情"
- }
- }
- ,{
- "path" : "pages/apps/notification/oaNotifyForm",
- "style" : {
- "navigationBarTitleText": "签发通知"
- }
- }
- ,{
- "path" : "pages/apps/mail/inbox",
- "style" : {
- "navigationBarTitleText": "收件箱"
- }
- }
- ,{
- "path" : "pages/apps/mail/outbox",
- "style" : {
- "navigationBarTitleText": "发件箱"
- }
- }
- ,{
- "path" : "pages/apps/mail/draft",
- "style" : {
- "navigationBarTitleText": "草稿箱"
- }
- }
- ,{
- "path" : "pages/apps/mail/trash",
- "style" : {
- "navigationBarTitleText": "垃圾箱"
- }
- }
- ,{
- "path" : "pages/apps/mail/sendEmailForm",
- "style" : {
- "navigationBarTitleText": "发送邮件"
- }
- }
- ,{
- "path" : "pages/apps/mail/sendEmailDetail",
- "style" : {
- "navigationBarTitleText": "邮件详情"
- }
- }
- ,{
- "path" : "pages/apps/mail/receivedMailDetail",
- "style" : {
- "navigationBarTitleText": "邮件详情"
- }
- }
- ,{
- "path" : "pages/apps/mail/trashMailDetail",
- "style" : {
- "navigationBarTitleText": "邮件详情"
- }
- }
- ,{
- "path" : "pages/workbench/task/ApplyList",
- "style" : {
- "navigationBarTitleText": "我发起的"
- }
- }
- ,{
- "path" : "pages/workbench/task/TodoList",
- "style" : {
- "navigationBarTitleText": "待办事项"
- }
- }
- ,{
- "path" : "pages/workbench/task/HistoryList",
- "style" : {
- "navigationBarTitleText": "已办事项"
- }
- }
- ,{
- "path" : "pages/workbench/task/FlowCopyList",
- "style" : {
- "navigationBarTitleText": "抄送我的"
- }
- }
- ,{
- "path" : "pages/workbench/task/TaskForm",
- "style" : {
- "navigationBarTitleText": "流程表单" // 隐藏系统导航栏
- }
- }
- ,{
- "path" : "pages/workbench/task/TaskFormDetail",
- "style" : {
- "navigationBarTitleText": "表单详情" // 隐藏系统导航栏
- }
- },
- {
- "path" : "pages/workbench/task/TaskFormEdit",
- "style" : {
- "navigationBarTitleText": "表单编辑" // 隐藏系统导航栏
- }
- },
- {
- "path" : "pages/test/mobile/TestMobileForm",
- "style" : {}
- },
- {
- "path" : "pages/test/mobile/TestMobileList",
- "style" : {
- "navigationBarTitleText": "移动表单列表" // 隐藏系统导航栏
- }
- },
- {
- "path" : "pages/test/activiti/TestActivitiLeaveForm",
- "style" : {}
- },
- {
- "path" : "pages/example/basics/icon",
- "style" : {
- "navigationBarTitleText": "自定义图标"
- }
- },
- {
- "path": "pages/example/ucharts/ucharts",
- "style": {
- "navigationBarTitleText": "ucharts"
- }
- },
- {
- "path": "pages/example/components",
- "style": {
- "navigationBarTitleText": "uView UI"
- }
- }
- ],
- "subPackages": [{
- "root": "pages/example/componentsA",
- "pages": [
- // 过渡动画
- {
- "path": "transition/transition",
- "style": {
- "navigationBarTitleText": "过渡动画"
- }
- },
- {
- "path": "test/test",
- "style": {
- "navigationBarTitleText": "测试"
- }
- },
- {
- "path": "icon/icon",
- "style": {
- "navigationBarTitleText": "图标"
- }
- },
- {
- "path": "cell/cell",
- "style": {
- "navigationBarTitleText": "单元格"
- }
- },
- {
- "path": "line/line",
- "style": {
- "navigationBarTitleText": "线条"
- }
- },
- {
- "path": "image/image",
- "style": {
- "navigationBarTitleText": "图片"
- }
- },
- {
- "path": "link/link",
- "style": {
- "navigationBarTitleText": "超链接"
- }
- },
- {
- "path": "button/button",
- "style": {
- "navigationBarTitleText": "按钮"
- }
- },
- {
- "path": "loading-icon/loading-icon",
- "style": {
- "navigationBarTitleText": "加载中图标"
- }
- },
- {
- "path": "overlay/overlay",
- "style": {
- "navigationBarTitleText": "遮罩层",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "loading-page/loading-page",
- "style": {
- "navigationBarTitleText": "加载页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "popup/popup",
- "style": {
- "navigationBarTitleText": "弹窗",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "swipeAction/swipeAction",
- "style": {
- "navigationBarTitleText": "滑动单元格"
- }
- },
- {
- "path": "sticky/sticky",
- "style": {
- "navigationBarTitleText": "吸顶"
- }
- },
- {
- "path": "radio/radio",
- "style": {
- "navigationBarTitleText": "单选框"
- }
- },
- {
- "path": "checkbox/checkbox",
- "style": {
- "navigationBarTitleText": "复选框"
- }
- },
- {
- "path": "empty/empty",
- "style": {
- "navigationBarTitleText": "内容为空"
- }
- },
- {
- "path": "backtop/backtop",
- "style": {
- "navigationBarTitleText": "返回顶部"
- }
- },
- {
- "path": "divider/divider",
- "style": {
- "navigationBarTitleText": "分割线"
- }
- },
- {
- "path": "rate/rate",
- "style": {
- "navigationBarTitleText": "评分"
- }
- },
- {
- "path": "gap/gap",
- "style": {
- "navigationBarTitleText": "间隔槽"
- }
- },
- {
- "path": "grid/grid",
- "style": {
- "navigationBarTitleText": "宫格"
- }
- }
- ]
- }, {
- "root": "pages/example/componentsB",
- "pages": [{
- "path": "dropdown/dropdown",
- "style": {
- "navigationBarTitleText": "下拉菜单"
- }
- }, {
- "path": "actionSheet/actionSheet",
- "style": {
- "navigationBarTitleText": "上拉菜单",
- "navigationStyle": "custom"
- }
- }, {
- "path": "parse/parse",
- "style": {
- "navigationBarTitleText": "富文本解析器"
- }
- }, {
- "path": "parse/jump",
- "style": {
- "navigationBarTitleText": "内部链接"
- }
- }, {
- "path": "toast/toast",
- "style": {
- "navigationBarTitleText": "提示消息"
- }
- }, {
- "path": "keyboard/keyboard",
- "style": {
- "navigationBarTitleText": "键盘",
- "navigationStyle": "custom"
- }
- }, {
- "path": "slider/slider",
- "style": {
- "navigationBarTitleText": "滑动选择器"
- }
- }, {
- "path": "upload/upload",
- "style": {
- "navigationBarTitleText": "上传"
- }
- }, {
- "path": "notify/notify",
- "style": {
- "navigationBarTitleText": "消息提示"
- }
- }, {
- "path": "countDown/countDown",
- "style": {
- "navigationBarTitleText": "倒计时"
- }
- }, {
- "path": "color/color",
- "style": {
- "navigationBarTitleText": "色彩"
- }
- }, {
- "path": "numberBox/numberBox",
- "style": {
- "navigationBarTitleText": "步进器"
- }
- }, {
- "path": "countTo/countTo",
- "style": {
- "navigationBarTitleText": "数字滚动"
- }
- }, {
- "path": "search/search",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- }, {
- "path": "badge/badge",
- "style": {
- "navigationBarTitleText": "徽标数"
- }
- }, {
- "path": "tag/tag",
- "style": {
- "navigationBarTitleText": "标签"
- }
- }, {
- "path": "alert/alert",
- "style": {
- "navigationBarTitleText": "警告"
- }
- }, {
- "path": "switch/switch",
- "style": {
- "navigationBarTitleText": "开关"
- }
- }, {
- "path": "collapse/collapse",
- "style": {
- "navigationBarTitleText": "折叠面板"
- }
- }, {
- "path": "code/code",
- "style": {
- "navigationBarTitleText": "验证码"
- }
- }, {
- "path": "noticeBar/noticeBar",
- "style": {
- "navigationBarTitleText": "滚动通知"
- }
- }, {
- "path": "progress/progress",
- "style": {
- "navigationBarTitleText": "进度条"
- }
- }, {
- "path": "tabbar/tabbar",
- "style": {
- "navigationBarTitleText": "Tabbar"
- }
- }]
- }, {
- "root": "pages/example/componentsC",
- "pages": [{
- "path": "table/table",
- "style": {
- "navigationBarTitleText": "表格"
- }
- }, {
- "path": "form/form",
- "style": {
- "navigationBarTitleText": "表单",
- "navigationStyle": "custom"
- }
- }, {
- "path": "textarea/textarea",
- "style": {
- "navigationBarTitleText": "文本域"
- }
- }, {
- "path": "noNetwork/noNetwork",
- "style": {
- "navigationBarTitleText": "无网络提示"
- }
- }, {
- "path": "loadmore/loadmore",
- "style": {
- "navigationBarTitleText": "加载更多"
- }
- }, {
- "path": "text/text",
- "style": {
- "navigationBarTitleText": "文本"
- }
- }, {
- "path": "steps/steps",
- "style": {
- "navigationBarTitleText": "步骤条"
- }
- }, {
- "path": "navbar/navbar",
- "style": {
- "navigationBarTitleText": "导航栏",
- "navigationStyle": "custom"
- }
- }, {
- "path": "skeleton/skeleton",
- "style": {
- "navigationBarTitleText": "骨架屏"
- }
- }, {
- "path": "input/input",
- "style": {
- "navigationBarTitleText": "输入框"
- }
- }, {
- "path": "album/album",
- "style": {
- "navigationBarTitleText": "相册"
- }
- }, {
- "path": "avatar/avatar",
- "style": {
- "navigationBarTitleText": "头像"
- }
- }, {
- "path": "readMore/readMore",
- "style": {
- "navigationBarTitleText": "阅读更多"
- }
- }, {
- "path": "layout/layout",
- "style": {
- "navigationBarTitleText": "布局"
- }
- }, {
- "path": "indexList/indexList",
- "style": {
- "navigationBarTitleText": "索引列表"
- }
- }, {
- "path": "tooltip/tooltip",
- "style": {
- "navigationBarTitleText": "长按提示"
- }
- }, {
- "path": "tabs/tabs",
- "style": {
- "navigationBarTitleText": "标签"
- }
- }, {
- "path": "list/list",
- "style": {
- "navigationBarTitleText": "列表"
- }
- }, {
- "path": "swiper/swiper",
- "style": {
- "navigationBarTitleText": "轮播"
- }
- }, {
- "path": "scrollList/scrollList",
- "style": {
- "navigationBarTitleText": "横向滚动列表"
- }
- }, {
- "path": "codeInput/codeInput",
- "style": {
- "navigationBarTitleText": "验证码输入"
- }
- }, {
- "path": "modal/modal",
- "style": {
- "navigationBarTitleText": "模态框",
- "navigationStyle": "custom"
- }
- }, {
- "path": "picker/picker",
- "style": {
- "navigationBarTitleText": "选择器",
- "navigationStyle": "custom"
- }
- }, {
- "path": "calendar/calendar",
- "style": {
- "navigationBarTitleText": "日历",
- "navigationStyle": "custom"
- }
- }, {
- "path": "datetimePicker/datetimePicker",
- "style": {
- "navigationBarTitleText": "时间选择",
- "navigationStyle": "custom"
- }
- }, {
- "path": "subsection/subsection",
- "style": {
- "navigationBarTitleText": "分段器"
- }
- }]
- }],
- "preloadRule": {
- "pages/example/components": {
- "network": "all",
- "packages": ["pages/componentsA", "pages/componentsB"]
- }
- },
- "globalStyle": {
- "mp-alipay": {
- /* 支付宝小程序特有相关 */
- "transparentTitle": "always",
- "allowsBounceVertical": "NO"
- },
- "usingComponents": {
- "ly-tree-node": "/components/ly-tree/ly-tree-node"
- },
- "navigationBarBackgroundColor": "#36a7f3",
- "navigationBarTitleText": "公文流转",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- },
- "usingComponts": true,
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "表单", //模式名称
- "path": "pages/index/index", //启动页面
- "query": "" //启动参数
- }
- ]
- }
- }
|