OfficeSystem/pages.json
2025-11-03 10:54:10 +08:00

27 lines
403 B
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
}
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "办公管理"
}
},
{
"path": "pages/add-event/index",
"style": {
"navigationBarTitleText": "新建日程",
"navigationStyle": "custom"
}
}
],
"uniIdRouter": {}
}