OfficeSystem/pages.json

20 lines
349 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"
}
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
2025-10-31 09:35:40 +08:00
"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": {}
}