Files
aiot-uniapp/src/pages.json
2023-12-23 14:32:19 +08:00

26 lines
548 B
JSON

{
"pages": [
{
"path": "pages/index/index",
"type": "home",
"layout": "home",
"style": {
"navigationBarTitleText": "我才是标题"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "vue3-uniapp"
},
"easycom": {
"autoscan": true,
"custom": {
"^Fly(.*)": "@/components/fly-$1/fly-$1.vue",
"^fly-(.*)": "@/components/fly-$1/fly-$1.vue",
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
}
},
"subPackages": []
}