WeChat Mini Programs, mpvue

app.json compiled by mpvue runtime is not in the correct format
failed figure:

:

app.json...


which version should I use? if the version is above v1.1.1, you only need to create a new xxx.json on each page, and then fill in it according to Mini Program specifications, such as

.
{
    "navigationBarTitleText": "",
}

you can take a look here: https://codeshelper.com/a/11...


the compilation change returns the wrong app.json. Perform an undo operation in the generated app.json file and return to the normal format stage

.
Menu