超管后台 - 添加项目数据对齐

This commit is contained in:
柳清爽
2025-04-18 14:37:31 +08:00
parent c5774ffa29
commit f8a89a8cbd
7 changed files with 404 additions and 99 deletions

View File

@@ -516,15 +516,6 @@ if (!function_exists('exit_data')) {
}
}
/**
* 调试打印变量并终止程序
* @return void
*/
function dd()
{
call_user_func_array(['app\\common\\helper\\Debug', 'dd'], func_get_args());
}
/**
* 调试打印变量但不终止程序
* @return void