|
@@ -31,7 +31,7 @@ app.set('views', path.join(__dirname, 'apps/views')); |
|
@@ -31,7 +31,7 @@ app.set('views', path.join(__dirname, 'apps/views')); |
31
|
app.set('view engine', 'hbs');
|
31
|
app.set('view engine', 'hbs');
|
32
|
|
32
|
|
33
|
// 设置public文件夹为存放静态文件的目录
|
33
|
// 设置public文件夹为存放静态文件的目录
|
34
|
-app.use('/dist', express.static(path.join(__dirname, './public/dist/')));
|
34
|
+app.use('/goods-xml', express.static(path.join(__dirname, './public/dist/goods-xml/')));
|
35
|
|
35
|
|
36
|
// 添加请求上下文
|
36
|
// 添加请求上下文
|
37
|
app.use(global.yoho.httpCtx());
|
37
|
app.use(global.yoho.httpCtx());
|
|
@@ -40,7 +40,7 @@ app.get('/goods-:start.xml', cseo.index); |
|
@@ -40,7 +40,7 @@ app.get('/goods-:start.xml', cseo.index); |
40
|
app.get('/auto-goods.html', cseo.autoGoodsXml);
|
40
|
app.get('/auto-goods.html', cseo.autoGoodsXml);
|
41
|
app.get('/seo/setTask', cseo.setTask);
|
41
|
app.get('/seo/setTask', cseo.setTask);
|
42
|
app.get('/seo/delTask', cseo.delTask);
|
42
|
app.get('/seo/delTask', cseo.delTask);
|
43
|
-app.get('/seo/sitemap.xml', cseo.siteMapXml);
|
43
|
+app.get('/goods/sitemap.xml', cseo.siteMapXml);
|
44
|
app.get('/demo.xml', cseo.demoXml);
|
44
|
app.get('/demo.xml', cseo.demoXml);
|
45
|
app.get('/demo.xsd', cseo.demoXsd);
|
45
|
app.get('/demo.xsd', cseo.demoXsd);
|
46
|
|
46
|
|