Skip to content

Commit d2a01fa

Browse files
committed
配置更新
1 parent 54372d6 commit d2a01fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

application/config.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@
106106
'url_controller_layer' => 'controller',
107107
// 表单请求类型伪装变量
108108
'var_method' => '_method',
109+
// 表单ajax伪装变量
110+
'var_ajax' => '_ajax',
111+
// 表单pjax伪装变量
112+
'var_pjax' => '_pjax',
113+
// 是否开启请求缓存 true自动缓存 支持设置请求缓存规则
114+
'request_cache' => false,
115+
// 请求缓存有效期
116+
'request_cache_expire' => null,
109117

110118
// +----------------------------------------------------------------------
111119
// | 模板设置

0 commit comments

Comments
 (0)