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
hf
2015-12-03 22:31:19 +0800
Commit
af83899fc989b996c7c421401c42db938864550f
1 parent
63fbc1b6
code review by hf: merge zhangzhen code to fixes home floor bugs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
library/LibModels/Wap/Product/SearchData.php
library/LibModels/Wap/Product/SearchData.php
View file @
af83899
...
...
@@ -29,9 +29,8 @@ class SearchData
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'developer'
);
switch
(
APPLICATION_ENV
)
{
case
'release'
:
case
'preview'
:
return
'http://100.98.132.63/yohosearch/search.json'
;
break
;
case
'preview'
:
case
'test'
:
case
'developer'
:
default
:
...
...
Please
register
or
login
to post a comment