According to the rules of the sitemap [0], the current page [pages / index / index] will be indexed

sitemap index hint is enabled by default, such as the need to close the index sitemap tips,

Configurable fields checkSiteMap is false in setting the applet project in the configuration file project.config.json

    "setting": {
        "urlCheck": true,
        "es6": true,
        "postcss": true,
        "minified": true,
        "newFeature": true,
    "checkSiteMap": false
    },

This is to remind the new version added

 

Guess you like

Origin www.cnblogs.com/ning123/p/11291397.html