2024-05-28 14:14:34 +08:00
|
|
|
{
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2024-05-28 17:53:07 +08:00
|
|
|
"navigationBarTitleText": ""
|
|
|
|
|
// "navigationStyle": "custom"
|
2024-05-28 14:14:34 +08:00
|
|
|
}
|
|
|
|
|
}],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8",
|
2024-05-28 17:53:07 +08:00
|
|
|
"backgroundColorTop":"transparent",
|
|
|
|
|
"navigationStyle": "custom",
|
2024-05-28 14:14:34 +08:00
|
|
|
"app-plus": {
|
|
|
|
|
"background": "#efeff4"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|