OfficeSystem/pages.json

27 lines
403 B
JSON
Raw Normal View History

2025-10-30 16:42:12 +08:00
{
"easycom": {
"autoscan": true,
"custom": {
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
}
},
2025-11-03 10:52:56 +08:00
"pages": [
2025-10-30 16:42:12 +08:00
{
"path": "pages/index/index",
"style": {
2025-10-31 10:16:00 +08:00
"navigationBarTitleText": "办公管理"
2025-10-30 16:42:12 +08:00
}
2025-11-03 09:47:11 +08:00
},
{
"path": "pages/add-event/index",
"style": {
"navigationBarTitleText": "新建日程",
"navigationStyle": "custom"
}
2025-10-30 16:42:12 +08:00
}
],
2025-10-31 09:35:40 +08:00
2025-10-30 16:42:12 +08:00
"uniIdRouter": {}
}