Home > Article > Web Front-end > How to remove the top of uniapp
Uniapp method to remove the top navigation bar: 1. Configure ""app-plus":{"titleNView":false}" in pages.json; 2. Configure ""app-plus" under globalStyle : {"titleNView": false}".
The operating environment of this tutorial: windows7 system, uni-app2.5.1 version, DELL G3 computer.
uni-App Remove the top navigation bar
1. Hide the top navigation bar for a separate page, which can be configured 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 introduction:
uni-app is a framework that uses Vue.js to develop all front-end applications. Developers write a set of codes that can be published to iOS, Android, H5, and various small programs (WeChat/ Alipay/Baidu/Toutiao/QQ/DingTalk) and other platforms.
Even if it is not cross-terminal, uni-app is also a better small program development framework.
Recommended: "uniapp tutorial"
The above is the detailed content of How to remove the top of uniapp. For more information, please follow other related articles on the PHP Chinese website!