添加参数

This commit is contained in:
thinkphp
2016-01-14 17:07:55 +08:00
parent 27d9b3913e
commit b3822bb7b7

View File

@@ -87,6 +87,8 @@ return [
'url_domain_deploy' => false,
// 域名根,如.thinkphp.cn
'url_domain_root' => '',
// 是否开启 rest 操作方法
'url_rest_action' => false,
// +----------------------------------------------------------------------
// | 视图及模板设置