diff --git a/library/think/app.php b/library/think/app.php index 0acffa07..543080d4 100644 --- a/library/think/app.php +++ b/library/think/app.php @@ -216,7 +216,7 @@ class App * * @throws Exception */ - public static function dispatch($config) + public static function dispatch(&$config) { if (isset($_GET[$config['var_pathinfo']])) { // 判断URL里面是否有兼容模式参数