【安 全 篇】调 试 模 式 关 闭 方 法
在根目录/config;找到 app.php (右键编辑打开 第11行)
'app_debug' => true, 改成 'app_debug' => false,
就关闭调试模式了
'app_debug' => true, //表示开启调试模式
'app_debug' => false,//表示关闭调试模式