Home  >  Article  >  WeChat Applet  >  How to change the title of the mini program

How to change the title of the mini program

angryTom
angryTomOriginal
2020-03-25 13:37:504604browse

How to change the title of the mini program

How to change the title of a mini program

1. Open the development tools and create a new mini program code snippet

How to change the title of the mini program

2. Open the app.json file and find the navigationBarTitleText attribute in the window.

How to change the title of the mini program

3. Copy the window configuration to the index.json page and modify it. navigationBarTitleText property

Note the difference between app.json and index.json.

How to change the title of the mini program

5. Compile the page, and the title at the top will change

How to change the title of the mini program

PHP Chinese website, a lot of free小programDevelopment Tutorial, welcome to learn!

The above is the detailed content of How to change the title of the mini program. 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