Authored by htoooth

移除常量

... ... @@ -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);
... ...