Home > Article > WeChat Applet > 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
2. Open the app.json file and find the navigationBarTitleText attribute in the window.
3. Copy the window configuration to the index.json page and modify it. navigationBarTitleText property
Note the difference between app.json and index.json.
5. Compile the page, and the title at the top will change
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!