Home > Web Front-end > uni-app > body text

How to remove the title bar in uniapp

PHPz
Release: 2023-04-06 10:46:11
Original
4558 people have browsed it

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