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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b33483-3422f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b33483-3422f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?