根据 sitemap 的规则[0],当前页面 [pages/index/index] 将被索引

sitemap 的索引提示是默认开启的,如需要关闭 sitemap 的索引提示,

可在小程序项目配置文件 project.config.json 的 setting 中配置字段 checkSiteMap 为 false

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

这个是提醒,新版本加入的

原文地址:https://www.cnblogs.com/ning123/p/11291397.html