From b3822bb7b74844e54375a779f54bc6961b89321e Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 14 Jan 2016 17:07:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convention.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/convention.php b/convention.php index 78bced55..0e7d3904 100644 --- a/convention.php +++ b/convention.php @@ -87,6 +87,8 @@ return [ 'url_domain_deploy' => false, // 域名根,如.thinkphp.cn 'url_domain_root' => '', + // 是否开启 rest 操作方法 + 'url_rest_action' => false, // +---------------------------------------------------------------------- // | 视图及模板设置