eassy-pay/pages.json
2024-05-09 17:22:25 +08:00

27 lines
763 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "导航栏",
"navigationStyle": "custom", // 使用自定义导航栏,系统会关闭默认的原生导航栏
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"titleNView": false //禁用原生导航栏
}
}
],
"globalStyle": {
"app-plus": {
"titleNView": false //禁用原生导航栏
},
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#FE5C2D",
"backgroundColor": "#FE5C2D",
"navigationStyle":"custom"//禁用原生导航
},
"uniIdRouter": {}
}