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
c6d495ad0696ba300db2cda8a311b5c8d4596cae
1 parent
b8c196eb
searchData
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Web/Product/SearchData.php
library/LibModels/Web/Product/SearchData.php
View file @
c6d495a
...
...
@@ -16,7 +16,7 @@ class SearchData extends \LibModels\Wap\Product\SearchData
{
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'developer'
);
switch
(
APPLICATION_ENV
)
{
case
'
release
'
:
case
'
production
'
:
if
(
$type
==
'sort'
)
{
return
'http://100.98.132.63/yohosearch/sortgroup.json'
;
}
...
...
Please
register
or
login
to post a comment