...
|
...
|
@@ -103,6 +103,7 @@ try { |
|
|
app.get('/pc/sitemap/guang_:id.xml', sitemap.guangXmlData);
|
|
|
app.get('/pc/sitemap/hots_:id.xml', sitemap.hotsXmlData);
|
|
|
app.get('/pc/sitemap/chanpin_:id.xml', sitemap.chanpinXmlData);
|
|
|
app.get('/pc/sitemap/productindex.xml', sitemap.productIndexXmlData);
|
|
|
|
|
|
app.get('/h5/sitemap/sitemapindex.xml', sitemap.indexXmlDataH5);
|
|
|
app.get('/h5/sitemap/sitemapindex.json', sitemap.indexJsonDataH5);
|
...
|
...
|
@@ -113,6 +114,7 @@ try { |
|
|
app.get('/h5/sitemap/guang_:id.xml', sitemap.guangXmlDataH5);
|
|
|
app.get('/h5/sitemap/hots_:id.xml', sitemap.hotsXmlDataH5);
|
|
|
app.get('/h5/sitemap/chanpin_:id.xml', sitemap.chanpinXmlDataH5);
|
|
|
app.get('/h5/sitemap/productindex.xml', sitemap.productIndexXmlDataH5);
|
|
|
} catch (e) {
|
|
|
logger.error(e);
|
|
|
}
|
...
|
...
|
|