Home  >  Article  >  Web Front-end  >  How to remove the title bar in uniapp

How to remove the title bar in uniapp

PHPz
PHPzOriginal
2023-04-06 08:57:444511browse

Uniapp is a cross-platform development framework based on Vue.js and NetEase's carefully selected weex technology, which can help developers quickly implement multi-terminal applications. However, when developing Uniapp applications, sometimes it is necessary to remove the title bar to meet specific needs. The following article will introduce how to remove the title bar in Uniapp from the following two aspects.

  1. Remove the title bar of all pages

In Uniapp, we can remove the title bar of all pages through the configuration in the App.vue file. The specific steps are as follows:

1) Open the App.vue file

2) Add the following code in the