Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yangyang
2016-01-21 14:05:13 +0800
Commit
a931e1ce6357d43c88b333847a209e4d664196c2
2 parents
9102f83e
3be0fba5
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into feature/web-list
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
template/www.yohobuy.com/partials/layout/page-header.phtml
yohobuy/www.yohobuy.com/application/Bootstrap.php
template/www.yohobuy.com/partials/layout/page-header.phtml
View file @
a931e1c
...
...
@@ -60,7 +60,9 @@
<div
class=
"qr-img"
></div>
<h
3
class=
"qr-words"
>扫描二维码</h
3
>
<h
3
class=
"qr-words"
>下载有货手机客户端</h
3
>
<h
3
class=
"qr-more"
>更多客户端下载</h
3
>
<h
3
class=
"qr-more"
>
<a
href=
"http://www.yohobuy.com/download/app"
>更多客户端下载</a>
</h
3
>
</div>
</li>
</ul>
...
...
yohobuy/www.yohobuy.com/application/Bootstrap.php
View file @
a931e1c
...
...
@@ -71,7 +71,7 @@ class Bootstrap extends Bootstrap_Abstract
$controller
=
'Index'
;
$action
=
'Index'
;
// 二级域名
if
(
3
===
$level
)
{
if
(
2
===
$level
)
{
$url
=
strtolower
(
$dispatcher
->
getRequest
()
->
getRequestUri
());
if
(
empty
(
$url
)
||
$url
==
'/index'
||
$url
==
'/'
)
{
$urlAction
=
'/index'
;
...
...
Please
register
or
login
to post a comment