From 6fc55871458e13750649df887cab3baa7e19dd18 Mon Sep 17 00:00:00 2001 From: Council Date: Sat, 27 Jun 2026 17:06:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=85=B3=E9=97=AD=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shopxo/config/shopxo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shopxo/config/shopxo.php b/shopxo/config/shopxo.php index bdab730..4e40df9 100755 --- a/shopxo/config/shopxo.php +++ b/shopxo/config/shopxo.php @@ -38,7 +38,7 @@ $store_http = (MyFileConfig('common_is_https_connect_store') == 1) ? 'https://' // 配置信息 return [ // 开发模式 - 'is_develop' => true, + 'is_develop' => false, // 默认编码 'default_charset' => 'utf-8',