Skip to content

Commit 6089b6d

Browse files
committed
配置调整
1 parent 55f6d36 commit 6089b6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application/config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
'template' => [
123123
// 模板引擎类型 支持 php think 支持扩展
124124
'type' => 'Think',
125+
// 默认模板渲染规则 1 解析为小写+下划线 2 全部转换小写
126+
'auto_rule' => 1,
125127
// 模板路径
126128
'view_path' => '',
127129
// 模板后缀

0 commit comments

Comments
 (0)