Files
laravel_swoole/resources/mobile/pages.json
2026-02-21 14:47:54 +08:00

61 lines
1.1 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/example/pages/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/example/pages/example1",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/example/pages/example2",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/example/pages/example3",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/example/pages/example4",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/example/pages/example5",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"autoscan": true,
"custom": {
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
"^sc-(.*)": "@/components/sc-$1/index.vue"
}
},
"uniIdRouter": {}
}