diff --git a/convention.php b/convention.php index 23d3fbd9..927e25f4 100644 --- a/convention.php +++ b/convention.php @@ -23,7 +23,7 @@ return [ 'default_jsonp_handler' => 'jsonpReturn', // 默认JSONP格式返回的处理方法 'var_jsonp_handler' => 'callback', 'template_engine' => 'think', - 'common_module' => 'Common', + 'common_module' => 'common', 'action_bind_class' => false, 'url_module_map' => [],