Showing
1 changed file
with
0 additions
and
1 deletions
@@ -134,7 +134,6 @@ const index = (req, res, next) => { | @@ -134,7 +134,6 @@ const index = (req, res, next) => { | ||
134 | let title = '搜索'; | 134 | let title = '搜索'; |
135 | 135 | ||
136 | searchModel.getSearchIndex().then((result) => { | 136 | searchModel.getSearchIndex().then((result) => { |
137 | - console.log(result.defaultTerms) | ||
138 | res.render('search/index', { | 137 | res.render('search/index', { |
139 | module: 'product', | 138 | module: 'product', |
140 | page: 'search-index', | 139 | page: 'search-index', |
-
Please register or login to post a comment