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

时间:2019-08-02 22:44:57   收藏:0   阅读:999

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!