2023-12-23 10:43:49 +08:00
|
|
|
{
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我才是标题"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
2024-01-03 10:55:45 +08:00
|
|
|
"navigationBarTextStyle": "white",
|
2023-12-23 10:43:49 +08:00
|
|
|
"navigationBarTitleText": "vue3-uniapp"
|
|
|
|
|
},
|
2023-12-23 13:42:31 +08:00
|
|
|
"easycom": {
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
"custom": {
|
2023-12-23 14:32:19 +08:00
|
|
|
"^Fly(.*)": "@/components/fly-$1/fly-$1.vue",
|
|
|
|
|
"^fly-(.*)": "@/components/fly-$1/fly-$1.vue",
|
2023-12-23 13:42:31 +08:00
|
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-12-23 10:43:49 +08:00
|
|
|
"subPackages": []
|
2023-12-21 15:26:15 +08:00
|
|
|
}
|