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
2016-01-27 20:14:57 +0800
Commit
3d43dc17dd1c313964f2d67d4aa673626ae1729a
1 parent
78ca3558
code review by fei.hong: do add checkou woman
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
library/WebPlugin/Mobile.php
library/WebPlugin/Mobile.php
View file @
3d43dc1
...
...
@@ -71,6 +71,10 @@ class Mobile
//
// $continueList = array('www', 'list', 'search');
// $hostSplit = explode('.', $host);
// PC 跳 WAP 女生频道对应
if
(
$uri
===
'/woman'
)
{
$uri
=
'/girls'
;
}
return
'm.yohobuy.com'
.
$uri
;
}
...
...
Please
register
or
login
to post a comment