Mpvue what is it that I configured the page path information in the main.js entry file but was not compiled to app.json?

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

maybe there's something wrong with the new version of mpvue.
the path to the configuration page is in the app.json file under src

main.json

.
{
  "backgroundTextStyle": "light",
  "navigationBarBackgroundColor": "-sharp000000",
  "navigationBarTitleText": "",
  "navigationBarTextStyle": "white"
}

you may want to delete the dist and recompile it


just find the package.json, find the mpvue, and lock the next version

.
Menu