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