This commit is contained in:
2025-03-17 13:31:10 +08:00
parent 22a1768282
commit 550ea93e0b
4 changed files with 22 additions and 24 deletions

View File

@@ -28,7 +28,7 @@ if (!function_exists('auto_choose_app_conf')) {
$sys_env = 'PROD';
}
//测试
else if(in_array($domain, ['ybx_prediagnosis_admin.excn.top','xxx.com'])) {
else if(in_array($domain, ['ssss.excn.top','xxx.com'])) {
$debug = true;
$trace = false;
$sys_env = 'DEV';