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
yangyang
2015-12-29 09:32:38 +0800
Commit
b2b4452a0656d4ff46f458ba56e81e96bfc12bf2
1 parent
1272f4f6
clientType web改成android ; Bootstrap level改成3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
library/Api/Yohobuy.php
yohobuy/www.yohobuy.com/application/Bootstrap.php
library/Api/Yohobuy.php
View file @
b2b4452
...
...
@@ -77,7 +77,7 @@ class Yohobuy
}
// 其它
else
{
return
'
web
'
;
return
'
android
'
;
}
}
...
...
yohobuy/www.yohobuy.com/application/Bootstrap.php
View file @
b2b4452
...
...
@@ -71,7 +71,7 @@ class Bootstrap extends Bootstrap_Abstract
$controller
=
'Index'
;
$action
=
'Index'
;
// 三级域名
if
(
2
===
$level
)
{
if
(
3
===
$level
)
{
$subDomain
=
strval
(
$hostParts
[
0
]);
switch
(
strtolower
(
$subDomain
))
{
case
'www'
:
...
...
Please
register
or
login
to post a comment