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
htoooth
9 years ago
Commit
764dee39411d1032d98358c85b5b16128abbfcc3
1 parent
e199dbfa
移除常量
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
764dee3
...
...
@@ -18,11 +18,8 @@ class IndexController extends WebAction
*/
public
function
brandAction
()
{
$this
->
shopHome
(
'20'
);
exit
();
//品牌域名,没有获取到品牌域名的跳转首页
$domain
=
$this
->
param
(
'named'
);
$domain
=
'colormad'
;
if
(
empty
(
$domain
))
{
$this
->
go
(
SITE_MAIN
);
...
...
Please
register
or
login
to post a comment