Authored by hf

code review by fei.hong: do modify app hotfix patch url

... ... @@ -102,7 +102,7 @@ class Bootstrap extends Bootstrap_Abstract
// break;
default: // 其它(识别为品牌)
$module = 'Product';
$action = 'Sale';
$action = 'Brand';
$dispatcher->getRequest()->setParam('named', $subDomain);
break;
}
... ...