wx-starlock/pages.json

32 lines
661 B
JSON
Raw Normal View History

2024-08-06 09:40:20 +08:00
{
2024-08-06 10:57:56 +08:00
"easycom": {
"autoscan": true,
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [
2024-08-06 13:41:07 +08:00
{
"path": "pages/demo/demo",
"style": {
"navigationBarTitleText": "uni-app"
}
},
2024-08-06 09:40:20 +08:00
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
2024-08-06 10:57:56 +08:00
}