starwork-uniapp/src/pages.json

368 lines
8.3 KiB
JSON
Raw Normal View History

2024-12-31 10:05:55 +08:00
{
"globalStyle": {
"navigationStyle": "default",
2025-01-07 16:56:58 +08:00
"navigationBarTitleText": "星星勤务",
2024-12-31 10:05:55 +08:00
"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": {
2024-12-31 10:19:20 +08:00
"color": "#0d0f10",
"selectedColor": "#255cf7",
"backgroundColor": "#FFFFFF",
2024-12-31 10:05:55 +08:00
"borderStyle": "black",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
2024-12-31 10:19:20 +08:00
"spacing": "5px",
2024-12-31 10:05:55 +08:00
"list": [
{
"iconPath": "static/tabbar/home.png",
2025-01-07 16:56:58 +08:00
"selectedIconPath": "static/tabbar/home_selected.png",
2024-12-31 10:19:20 +08:00
"pagePath": "pages/home/home",
2024-12-31 10:05:55 +08:00
"text": "首页"
},
2024-12-31 10:19:20 +08:00
{
2025-01-07 16:56:58 +08:00
"iconPath": "static/tabbar/workbench.png",
"selectedIconPath": "static/tabbar/workbench_selected.png",
2024-12-31 10:19:20 +08:00
"pagePath": "pages/workbench/workbench",
"text": "工作台"
},
{
2025-01-07 16:56:58 +08:00
"iconPath": "static/tabbar/notification.png",
"selectedIconPath": "static/tabbar/notification_selected.png",
2024-12-31 10:19:20 +08:00
"pagePath": "pages/notification/notification",
"text": "消息"
},
2024-12-31 10:05:55 +08:00
{
2025-01-07 16:56:58 +08:00
"iconPath": "static/tabbar/mine.png",
"selectedIconPath": "static/tabbar/mine_selected.png",
2024-12-31 10:19:20 +08:00
"pagePath": "pages/mine/mine",
"text": "我的"
2024-12-31 10:05:55 +08:00
}
]
},
"pages": [
{
2024-12-31 10:58:07 +08:00
"path": "pages/home/home",
2024-12-31 10:05:55 +08:00
"type": "home",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "首页",
"disableScroll": true
2024-12-31 10:05:55 +08:00
}
},
{
"path": "pages/approval/approval-detail",
"type": "page",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/approval/approval",
2025-01-10 15:50:06 +08:00
"type": "page",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/approval/create-application",
"type": "page",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/attendance/allowed-time",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/attendance-rules",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/attendance",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/classes-add-edit",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/classes-manage",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/flexible-punching",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/issue-record-detail",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/issue-record",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
2024-12-31 10:05:55 +08:00
{
2025-01-16 09:38:56 +08:00
"path": "pages/home/application-list",
"type": "page"
2025-01-17 14:54:10 +08:00
},
2025-01-17 14:59:34 +08:00
{
"path": "pages/info-publish/add-release-plan",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/info-publish/announce-notice",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/info-publish/basic-info",
2025-01-14 15:13:44 +08:00
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/info-publish/drafts-list",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
2025-01-17 14:59:34 +08:00
{
"path": "pages/info-publish/edit-pic-video",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/info-publish/info-publish",
2025-01-17 14:59:34 +08:00
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/info-publish/material-library",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/info-publish/notice-details",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/info-publish/notice-manage",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
2025-01-17 14:59:34 +08:00
{
"path": "pages/info-publish/play-content-library",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/info-publish/release-plan",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
2025-01-17 14:54:10 +08:00
{
2025-01-16 09:38:56 +08:00
"path": "pages/login/code",
2025-01-17 14:54:10 +08:00
"type": "page",
"style": {
2025-01-16 09:38:56 +08:00
"navigationStyle": "custom",
"disableScroll": true
},
"needLogin": false
2025-01-17 14:54:10 +08:00
},
{
2025-01-16 09:38:56 +08:00
"path": "pages/login/get-code",
2025-01-17 14:54:10 +08:00
"type": "page",
"style": {
2025-01-16 09:38:56 +08:00
"navigationStyle": "custom",
"disableScroll": true
},
"needLogin": false
2025-01-17 14:54:10 +08:00
},
2024-12-31 10:58:07 +08:00
{
"path": "pages/login/login",
"type": "page",
"style": {
"navigationStyle": "custom",
"disableScroll": true
2025-01-03 15:01:22 +08:00
},
"needLogin": false
2024-12-31 10:58:07 +08:00
},
{
2025-01-16 09:38:56 +08:00
"path": "pages/login/reset-password",
2024-12-31 10:58:07 +08:00
"type": "page",
"style": {
"navigationStyle": "custom",
"disableScroll": true
2025-01-03 15:01:22 +08:00
},
"needLogin": false
2024-12-31 10:58:07 +08:00
},
2025-01-16 09:38:56 +08:00
{
"path": "pages/mine/mine",
2025-01-17 14:59:34 +08:00
"type": "page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "首页"
}
2025-01-16 09:38:56 +08:00
},
{
"path": "pages/notification/notification",
"type": "page"
},
2025-01-17 14:59:34 +08:00
{
"path": "pages/personnel-passage/traffic-correlation",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
2025-01-17 14:54:10 +08:00
{
"path": "pages/select/select-access-control",
"type": "page",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "pages/select/select-organization",
2025-01-17 14:54:10 +08:00
"type": "page",
"style": {
"navigationStyle": "custom",
"disableScroll": true
}
},
2024-12-31 10:58:07 +08:00
{
"path": "pages/workbench/workbench",
"type": "page"
},
{
"path": "pages/attendance/attendance-add-group/attendance-add-group",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
2025-01-14 15:13:44 +08:00
{
"path": "pages/attendance/attendance-add-group/attendance-device",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/attendance-add-group/attendance-staff",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/attendance-add-group/attendance-time",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/attendance-add-group/outside-rules",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/attendance/attendance-add-group/special-date-set",
"type": "page",
"layout": "default",
"style": {
"navigationStyle": "custom"
}
2024-12-31 10:05:55 +08:00
}
],
"subPackages": []
2025-01-17 14:59:34 +08:00
}