feat/task1-c-wallet
Devil 2021-01-11 22:40:12 +08:00
parent a5cb32fe95
commit ee63b42f84
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if(substr($cdn_public_host, -1) != DS)
// 配置信息
return [
// 开发模式
'is_develop' => true,
'is_develop' => false,
// 默认编码
'default_charset' => 'utf-8',