1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-06 03:58:04 +08:00

[更新]修改默认配置

This commit is contained in:
Anyon 2018-04-08 11:03:14 +08:00
parent a89ecc87d7
commit 58bcbabf1e

@ -38,7 +38,7 @@ return [
// 是否开启多语言
'lang_switch_on' => false,
// 默认全局过滤方法 用逗号分隔多个
'default_filter' => 'htmlentities,trim',
'default_filter' => 'trim',
// 默认语言
'default_lang' => 'zh-cn',
// 应用类库后缀