diff --git a/admin/application/config.php b/admin/application/config.php index 1fdaff8..12a82a8 100644 --- a/admin/application/config.php +++ b/admin/application/config.php @@ -29,7 +29,7 @@ if (!function_exists('auto_choose_app_conf')) { } //测试 else if(in_array($domain, ['fastresponsefirm.excn.vip','fastresponse.excn.vip'])) { - $debug = false; + $debug = true; $trace = false; $sys_env = 'DEV'; } diff --git a/superadmin/application/config.php b/superadmin/application/config.php index 496a760..c7d4071 100644 --- a/superadmin/application/config.php +++ b/superadmin/application/config.php @@ -29,7 +29,7 @@ if (!function_exists('auto_choose_app_conf')) { } //测试 else if(in_array($domain, ['fastrespsuperadmin.excn.vip','xxx.com'])) { - $debug = false; + $debug = true; $trace = false; $sys_env = 'DEV'; }