mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 14:22:48 +08:00
route类改进
This commit is contained in:
@@ -228,7 +228,10 @@ class App
|
||||
|
||||
// 检测域名部署
|
||||
if (!IS_CLI && !empty($config['domain_deploy'])) {
|
||||
Route::checkDomain($config['domain_rules']);
|
||||
$module = Route::checkDomain($config['domain_rules']);
|
||||
if (null != $module) {
|
||||
define('BIND_MODULE', $module);
|
||||
}
|
||||
}
|
||||
|
||||
// 监听path_info
|
||||
|
||||
Reference in New Issue
Block a user