I would like to ask mpvue what happened when I configured the page path information in the 
 main.js entry file but was not compiled to app.json? Does 
 require additional configuration? 
 main.jsd Code 
{
  "pages": [
    "pages/index/main",
    "pages/logs/main",
    "pages/counter/main"
  ],
  "window": {
    "backgroundTextStyle": "light",
    "navigationBarBackgroundColor": "-sharpfff",
    "navigationBarTitleText": "WeChat",
    "navigationBarTextStyle": "black"
  }
}


