I created a new main.json in pages/my.
//
{
    "window": {
        "navigationBarTitleText": "123"
    }
}
  
 but the header of the Mini Program page does not show the modified 
, but the configuration in the app.json 
I created a new main.json in pages/my.
//
{
    "window": {
        "navigationBarTitleText": "123"
    }
}
  
 but the header of the Mini Program page does not show the modified 
, but the configuration in the app.json 
configure this in main.json
{
  "navigationBarTitleText": "123"
}
Previous: Report an error after the vue project is running
Next: Ubuntu pip3 install flask-kerberos failed, ask for help