chore: 关闭开发模式

main
Council 2026-06-27 17:06:34 +08:00
parent 3789d547cb
commit 6fc5587145
1 changed files with 1 additions and 1 deletions

View File

@ -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',