2025-04-29 08:37:17 +00:00
|
|
|
{
|
|
|
|
"globalStyle": {
|
|
|
|
"navigationStyle": "default",
|
|
|
|
"navigationBarTitleText": "uniapp",
|
|
|
|
"navigationBarBackgroundColor": "#f8f8f8",
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
"backgroundColor": "#FFFFFF"
|
|
|
|
},
|
|
|
|
"easycom": {
|
|
|
|
"autoscan": true,
|
|
|
|
"custom": {
|
|
|
|
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
|
|
|
|
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tabBar": {
|
|
|
|
"color": "#aaa",
|
|
|
|
"selectedColor": "#39b54a",
|
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
|
"borderStyle": "black",
|
|
|
|
"height": "50px",
|
|
|
|
"fontSize": "11px",
|
|
|
|
"iconWidth": "24px",
|
|
|
|
"spacing": "3px",
|
|
|
|
"list": [
|
2025-05-09 01:42:19 +00:00
|
|
|
{
|
|
|
|
"iconPath": "static/tabbar/tabbar-home-2.png",
|
|
|
|
"selectedIconPath": "static/tabbar/tabbar-home.png",
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
"text": "首页"
|
|
|
|
},
|
2025-04-29 08:37:17 +00:00
|
|
|
{
|
|
|
|
"iconPath": "static/tabbar/tabbar-message-2.png",
|
|
|
|
"selectedIconPath": "static/tabbar/tabbar-message.png",
|
|
|
|
"pagePath": "pages/message/message",
|
|
|
|
"text": "消息"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"iconPath": "static/tabbar/tabbar-workHome-2.png",
|
|
|
|
"selectedIconPath": "static/tabbar/tabbar-workHome.png",
|
|
|
|
"pagePath": "pages/workHome/index",
|
|
|
|
"text": "工作台"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"iconPath": "static/tabbar/tabbar-user-2.png",
|
|
|
|
"selectedIconPath": "static/tabbar/tabbar-user.png",
|
|
|
|
"pagePath": "pages/user/people",
|
|
|
|
"text": "个人"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pages": [
|
|
|
|
{
|
2025-05-09 01:42:19 +00:00
|
|
|
"path": "pages/login/login",
|
2025-04-29 08:37:17 +00:00
|
|
|
"type": "home",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
2025-05-09 01:42:19 +00:00
|
|
|
"navigationBarTitleText": "登录页"
|
2025-04-29 08:37:17 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/annotation/annotationDetail",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/annotation/annotationList",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "我的消息",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2025-05-09 01:42:19 +00:00
|
|
|
"path": "pages/index/index",
|
2025-04-29 08:37:17 +00:00
|
|
|
"type": "page",
|
2025-05-09 01:42:19 +00:00
|
|
|
"layout": "default",
|
2025-04-29 08:37:17 +00:00
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
2025-05-09 01:42:19 +00:00
|
|
|
"navigationBarTitleText": "主页"
|
2025-04-29 08:37:17 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/message/message",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/more/more",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "更多",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
},
|
2025-05-16 07:04:50 +00:00
|
|
|
{
|
|
|
|
"path": "pages/onlinePreview/detail",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "在线预览"
|
|
|
|
}
|
|
|
|
},
|
2025-05-13 09:17:47 +00:00
|
|
|
{
|
|
|
|
"path": "pages/onlinePreview/onlinePreview",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "在线预览"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/onlinePreview/onlinePreviewH5",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "H5在线预览"
|
|
|
|
}
|
|
|
|
},
|
2025-04-29 08:37:17 +00:00
|
|
|
{
|
|
|
|
"path": "pages/user/people",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "个人"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/workHome/index",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "工作台",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"subPackages": [
|
|
|
|
{
|
|
|
|
"root": "pages-home",
|
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "home/home",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pages-message",
|
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "chat/chat",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "聊天",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "contacts/contacts",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "联系人"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "personPage/personPage",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "tenant/tenant",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"styleIsolation": "apply-shared"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pages-user",
|
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "userEdit/userEdit",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pages-work",
|
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "dragPage/index",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "仪表盘"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "onlinePage/onlineAdd",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "Online表单新增"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "onlinePage/onlineDetail",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "Online表单新增"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "onlinePage/onlineEdit",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "Online表单新增"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pages-sub",
|
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "online/online",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "online",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "online/onlineCard",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "online/onlineTable",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2025-05-19 01:52:19 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pages-operate",
|
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "file/detail",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "厂级制度详情"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "file/index",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "公文/通知公告/法律法规/上级制度/厂级制度"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "sc/index",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "三册"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pages-humanResource",
|
|
|
|
"pages": [
|
|
|
|
{
|
2025-05-19 07:23:48 +00:00
|
|
|
"path": "absence/add",
|
2025-05-19 01:52:19 +00:00
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "请假申请"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "absence/index",
|
2025-05-20 02:29:29 +00:00
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "请假信息"
|
|
|
|
}
|
2025-05-19 01:52:19 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"root": "pages-integrated",
|
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "duty/index",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "干部值班"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2025-05-19 07:23:48 +00:00
|
|
|
{
|
|
|
|
"root": "pages-politics",
|
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "health/add",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "健康填报"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2025-05-19 01:52:19 +00:00
|
|
|
{
|
|
|
|
"root": "pages-process",
|
2025-05-19 07:23:48 +00:00
|
|
|
"pages": [
|
|
|
|
{
|
|
|
|
"path": "approvalTabbar",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "流程审批导航"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "taskHandle",
|
|
|
|
"type": "page",
|
|
|
|
"layout": "default",
|
|
|
|
"style": {
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
"navigationBarTitleText": "任务处理"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2025-04-29 08:37:17 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|