mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
改进trace
This commit is contained in:
@@ -20,7 +20,7 @@ use think\Request;
|
|||||||
/**
|
/**
|
||||||
* 浏览器调试输出
|
* 浏览器调试输出
|
||||||
*/
|
*/
|
||||||
class Browser
|
class Console
|
||||||
{
|
{
|
||||||
protected $config = [
|
protected $config = [
|
||||||
'trace_tabs' => ['base' => '基本', 'file' => '文件', 'info' => '流程', 'notice|error' => '错误', 'sql' => 'SQL', 'debug|log' => '调试'],
|
'trace_tabs' => ['base' => '基本', 'file' => '文件', 'info' => '流程', 'notice|error' => '错误', 'sql' => 'SQL', 'debug|log' => '调试'],
|
||||||
Reference in New Issue
Block a user