Home > Article > Web Front-end > How to close the navigation bar in uniapp
Uniapp method to close the navigation bar: 1. You can configure ["app-plus": {"titleNView": false}] in [pages.json] under a separate routing style; 2. You can Configure a style under globalStyle.
The operating environment of this tutorial: windows7 system, uni-app2.5.1 version, thinkpad t480 computer.
Uniapp's method of closing the navigation bar:
1. To hide the top navigation bar for a separate page, you can configure it under a separate routing style in pages.json " app-plus": {"titleNView": false}
#2. To hide the entire app, you can configure a style under globalStyle "app-plus": {"titleNView" : false}
Related free learning recommendations: php programming (video)
## Recommended (free): uni-app development tutorial
The above is the detailed content of How to close the navigation bar in uniapp. For more information, please follow other related articles on the PHP Chinese website!