[sitemap 索引情况提示] 根据 sitemap 的规则[0],当前页面 [pages/home/home] 将被索引 (消除这个黄色警告)

[sitemap 索引情况提示] 根据 sitemap 的规则[0],当前页面 [pages/home/home] 将被索引 (非常简单)

[sitemap 索引情况提示] 根据 sitemap 的规则[0],当前页面 [pages/home/home] 将被索引 (消除这个黄色警告)_第1张图片

如何隐藏这个黄色警告: 添加一个

"checkSiteMap":false,

[sitemap 索引情况提示] 根据 sitemap 的规则[0],当前页面 [pages/home/home] 将被索引 (消除这个黄色警告)_第2张图片

黄色警告消失了

[sitemap 索引情况提示] 根据 sitemap 的规则[0],当前页面 [pages/home/home] 将被索引 (消除这个黄色警告)_第3张图片

 

{
    "description": "项目配置文件",
    "packOptions": {
        "ignore": [
            {
                "type": "file",
                "value": ".eslintrc.js"
            }
        ]
    },
    "setting": {
        "checkSiteMap":false,
        "bundle": false,
        "userConfirmedBundleSwitch": false,
        "urlCheck": true,
        "scopeDataCheck": false,
        "coverView": true,
        "es6": true,
        "postcss": true,
        "compileHotReLoad": true,
        "lazyloadPlaceholderEnable": false,
        "preloadBackgroundData": false,
        "minified": true,
        "autoAudits": false,
        "newFeature": false,
        "uglifyFileName": false,
        "uploadWithSourceMap": true,
        "useIsolateContext": true,
        "nodeModules": false,
        "enhance": true,
        "useMultiFrameRuntime": true,
        "useApiHook": true,
        "useApiHostProcess": true,
        "showShadowRootInWxmlPanel": true,
        "packNpmManually": false,
        "enableEngineNative": false,
        "packNpmRelationList": [],
        "minifyWXSS": true,
        "showES6CompileOption": false,
        "minifyWXML": true
    },
    "compileType": "miniprogram",
    "libVersion": "2.19.4",
    "appid": "wx577550c67a0d655b",
    "projectname": "local-life",
    "debugOptions": {
        "hidedInDevtools": []
    },
    "scripts": {},
    "staticServerOptions": {
        "baseURL": "",
        "servePath": ""
    },
    "isGameTourist": false,
    "condition": {
        "search": {
            "list": []
        },
        "conversation": {
            "list": []
        },
        "game": {
            "list": []
        },
        "plugin": {
            "list": []
        },
        "gamePlugin": {
            "list": []
        },
        "miniprogram": {
            "list": []
        }
    }
}

你可能感兴趣的:(微信小程序,微信小程序)