diff --git a/config/app.php b/config/app.php index 570363494..31a6cd419 100644 --- a/config/app.php +++ b/config/app.php @@ -38,7 +38,7 @@ return [ // 是否开启多语言 'lang_switch_on' => false, // 默认全局过滤方法 用逗号分隔多个 - 'default_filter' => 'htmlentities,trim', + 'default_filter' => 'trim', // 默认语言 'default_lang' => 'zh-cn', // 应用类库后缀