Authored by 周少峰

disable mip

Showing 1 changed file with 3 additions and 1 deletions
@@ -17,7 +17,9 @@ seo.start(); @@ -17,7 +17,9 @@ seo.start();
17 // 手动执行 主动推送和生成xml 17 // 手动执行 主动推送和生成xml
18 app.get('/sendUrls', seo.sendUrls); 18 app.get('/sendUrls', seo.sendUrls);
19 app.get('/sitemap', seo.sitemap); 19 app.get('/sitemap', seo.sitemap);
20 -app.get('/guangMip', seo.guangMip); 20 +
  21 +// 提交逛mip链接
  22 +//app.get('/guangMip', seo.guangMip);
21 23
22 // 提供sitemap给搜索百度访问 24 // 提供sitemap给搜索百度访问
23 app.use(express.static(config.sitemapPath)); 25 app.use(express.static(config.sitemapPath));