From ee63b42f84128096e325f6f8a023e9db2f62f96b Mon Sep 17 00:00:00 2001 From: Devil Date: Mon, 11 Jan 2021 22:40:12 +0800 Subject: [PATCH] debug --- config/shopxo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/shopxo.php b/config/shopxo.php index 41a82d17f..f6a3660e4 100755 --- a/config/shopxo.php +++ b/config/shopxo.php @@ -28,7 +28,7 @@ if(substr($cdn_public_host, -1) != DS) // 配置信息 return [ // 开发模式 - 'is_develop' => true, + 'is_develop' => false, // 默认编码 'default_charset' => 'utf-8',