2025-10-30 16:42:12 +08:00
|
|
|
|
{
|
|
|
|
|
|
"easycom": {
|
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
|
"custom": {
|
|
|
|
|
|
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
{
|
|
|
|
|
|
"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": {}
|
|
|
|
|
|
}
|