...
|
...
|
@@ -14,7 +14,6 @@ var saunter = require('./views/controller/saunter'), |
|
|
|
|
|
module.exports = function(app) {
|
|
|
app.get('/', saunter.show); //着陆页
|
|
|
app.get('/optimize', saunter.optimize); //优化着陆页
|
|
|
|
|
|
app.get('/tag', tag.show); //标签页
|
|
|
app.get('/tags/get', tag.loadMatchs); //异步加载搭配内容
|
...
|
...
|
@@ -37,7 +36,9 @@ module.exports = function(app) { |
|
|
app.get('/common/goodinfo', template.readTpl); //读取模板
|
|
|
|
|
|
app.get('/common/tagtpl', match.readTpl);
|
|
|
|
|
|
|
|
|
app.get('/err', err.show);
|
|
|
|
|
|
//3.0.3
|
|
|
//逛首页
|
|
|
app.get('/guang/home', saunter.home);
|
|
|
}; |
|
|
\ No newline at end of file |
...
|
...
|
|