|
@@ -16,7 +16,7 @@ module.exports = function(app) { |
|
@@ -16,7 +16,7 @@ module.exports = function(app) { |
16
|
app.get('/optimize', saunter.optimize); //优化着陆页
|
16
|
app.get('/optimize', saunter.optimize); //优化着陆页
|
17
|
|
17
|
|
18
|
app.get('/tag', tag.show); //标签页
|
18
|
app.get('/tag', tag.show); //标签页
|
19
|
- app.get('/tag/loadMatchs', tag.loadMatchs); //异步加载搭配内容
|
19
|
+ app.get('/tag/get', tag.loadMatchs); //异步加载搭配内容
|
20
|
app.get('/editor', editor.show); //编辑页
|
20
|
app.get('/editor', editor.show); //编辑页
|
21
|
|
21
|
|
22
|
app.get('/ps', ps.show); //plus + star
|
22
|
app.get('/ps', ps.show); //plus + star
|
|
@@ -33,5 +33,5 @@ module.exports = function(app) { |
|
@@ -33,5 +33,5 @@ module.exports = function(app) { |
33
|
app.get('/common/articletpl', ps.readTpl); //获取相关资讯模板
|
33
|
app.get('/common/articletpl', ps.readTpl); //获取相关资讯模板
|
34
|
app.get('/common/goodinfo', template.readTpl); //读取模板
|
34
|
app.get('/common/goodinfo', template.readTpl); //读取模板
|
35
|
|
35
|
|
36
|
- app.get('/common/matchtpl', match.readTpl);
|
36
|
+ app.get('/common/tagtpl', match.readTpl);
|
37
|
}; |
37
|
}; |