starwork-uniapp/src/pages.json

224 lines
5.2 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
}
},
2024-12-31 18:53:50 +08:00
{
"path": "pages/application-list/application-list",
"type": "page"
},
{
"path": "pages/approval/approval",
"type": "page"
},
{
"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
{
2024-12-31 10:58:07 +08:00
"path": "pages/code/code",
2024-12-31 10:05:55 +08:00
"type": "page",
"style": {
2024-12-31 10:58:07 +08:00
"navigationStyle": "custom",
"disableScroll": true
2025-01-03 18:14:33 +08:00
},
"needLogin": false
2024-12-31 10:58:07 +08:00
},
{
"path": "pages/get-code/get-code",
"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
},
{
"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
},
{
"path": "pages/mine/mine",
"type": "page"
},
{
"path": "pages/notification/notification",
"type": "page"
},
{
"path": "pages/reset-password/reset-password",
"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
},
{
"path": "pages/workbench/workbench",
"type": "page"
},
{
"path": "pages/attendance/attendance-add-group/attendance-add-group",
"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": []
2024-12-31 10:58:07 +08:00
}