2025-05-12 14:12:36 +08:00
|
|
|
{
|
2025-05-12 21:23:37 +08:00
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/Home/Home",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "首页"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-05-12 14:12:36 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
2025-05-12 21:23:37 +08:00
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"statusBarBackground": "#ffffff"
|
|
|
|
|
},
|
2025-05-12 14:12:36 +08:00
|
|
|
"uniIdRouter": {}
|
|
|
|
|
}
|