Home  >  Article  >  Web Front-end  >  How to close the navigation bar in uniapp

How to close the navigation bar in uniapp

coldplay.xixi
coldplay.xixiOriginal
2020-12-15 18:06:379074browse

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.

How to close the navigation bar in uniapp

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}

How to close the navigation bar in uniapp

#2. To hide the entire app, you can configure a style under globalStyle "app-plus": {"titleNView" : false}

How to close the navigation bar in uniapp

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn