Invalid main.json configuration for mpvue corresponding page

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"
}
Menu