Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
b8c196ebf9f14b7e2451e0c88f57f25578b4b8d2
1 parent
ffd7e374
index-debug.js
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
library/LibModels/Web/Product/SearchData.php
web-static/dist/yohobuy/0.0.1/index-debug.js
library/LibModels/Web/Product/SearchData.php
View file @
b8c196e
...
...
@@ -18,24 +18,24 @@ class SearchData extends \LibModels\Wap\Product\SearchData
switch
(
APPLICATION_ENV
)
{
case
'release'
:
if
(
$type
==
'sort'
)
{
return
'http://10
1.201.178.220
/yohosearch/sortgroup.json'
;
return
'http://10
0.98.132.63
/yohosearch/sortgroup.json'
;
}
elseif
(
$type
==
'discount'
)
{
return
'http://10
1.201.178.220
/yohosearch/discount.json'
;
return
'http://10
0.98.132.63
/yohosearch/discount.json'
;
}
elseif
(
$type
==
'recent'
)
{
return
'http://10
1.201.178.220
/yohosearch/recent.json'
;
return
'http://10
0.98.132.63
/yohosearch/recent.json'
;
}
elseif
(
$type
==
'suggest'
)
{
return
'http://10
1.201.178.220
/yohosearch/suggest.json'
;
return
'http://10
0.98.132.63
/yohosearch/suggest.json'
;
}
else
if
(
$type
==
'new-shelve'
)
{
return
'http://10
1.201.178.220
/yohosearch/new-shelve.json'
;
return
'http://10
0.98.132.63
/yohosearch/new-shelve.json'
;
}
elseif
(
$type
==
'shop'
)
{
return
'http://10
1.201.178.220
/yohosearch/shops.json'
;
return
'http://10
0.98.132.63
/yohosearch/shops.json'
;
}
return
'http://10
1.201.178.220
/yohosearch/search.json'
;
return
'http://10
0.98.132.63
/yohosearch/search.json'
;
case
'preview'
:
if
(
$type
==
'sort'
)
{
return
'http://101.200.31.165/yohosearch/sortgroup.json'
;
...
...
web-static/dist/yohobuy/0.0.1/index-debug.js
View file @
b8c196e
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment