Files
aiot-uniapp/src/pages.json

24 lines
502 B
JSON
Raw Normal View History

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "我才是标题"
}
}
],
"globalStyle": {
2024-01-03 10:55:45 +08:00
"navigationBarTextStyle": "white",
"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"
}
},
"subPackages": []
2023-12-21 15:26:15 +08:00
}