Showing
1 changed file
with
1 additions
and
1 deletions
@@ -19,7 +19,7 @@ class IndexController extends WebAction | @@ -19,7 +19,7 @@ class IndexController extends WebAction | ||
19 | { | 19 | { |
20 | //品牌域名,没有获取到品牌域名的跳转首页 | 20 | //品牌域名,没有获取到品牌域名的跳转首页 |
21 | $domain = $this->param('named'); | 21 | $domain = $this->param('named'); |
22 | - $domain = 's'; | 22 | + |
23 | if (empty($domain)) { | 23 | if (empty($domain)) { |
24 | $this->go(SITE_MAIN); | 24 | $this->go(SITE_MAIN); |
25 | } | 25 | } |
-
Please register or login to post a comment