Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-10-25 14:36:10 +0800
Commit
9e6c515bdb20da556f60bc137cd85e7d2c689f62
1 parent
d7aeace8
search
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/product/controllers/search.js
apps/product/controllers/search.js
View file @
9e6c515
...
...
@@ -134,7 +134,6 @@ const index = (req, res, next) => {
let
title
=
'搜索'
;
searchModel
.
getSearchIndex
().
then
((
result
)
=>
{
console
.
log
(
result
.
defaultTerms
)
res
.
render
(
'search/index'
,
{
module
:
'product'
,
page
:
'search-index'
,
...
...
Please
register
or
login
to post a comment