28 lines
404 B
JSON
28 lines
404 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": {}
|
|
}
|