From ac45a31cf0c65f40d9e8671d79895216e940f468 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Wed, 24 Apr 2019 19:11:05 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=A0=E9=99=A4sitemapLocation]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 3 +-- sitemap.json | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 sitemap.json diff --git a/app.json b/app.json index a03b24f..b8302dc 100644 --- a/app.json +++ b/app.json @@ -112,6 +112,5 @@ "request": 30000, "downloadFile": 10000 }, - "debug": false, - "sitemapLocation": "sitemap.json" + "debug": false } \ No newline at end of file diff --git a/sitemap.json b/sitemap.json deleted file mode 100644 index ca02add..0000000 --- a/sitemap.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html", - "rules": [{ - "action": "allow", - "page": "*" - }] -} \ No newline at end of file