diff --git a/config/shopxo.php b/config/shopxo.php index 711e5b92c..20b9e45f6 100644 --- a/config/shopxo.php +++ b/config/shopxo.php @@ -27,8 +27,8 @@ return [ // 前台顶部导航 'cache_common_home_nav_footer_key' => 'cache_common_home_nav_footer_data', - // 图片host, 数据库图片地址以/Public/...开头 - 'attachment_host' => defined('__MY_PUBLIC_URL__') ? substr(__MY_PUBLIC_URL__, 0, -1) : '', + // 附件host, 数据库图片地址以/static/...开头 + 'attachment_host' => defined('__MY_PUBLIC_URL__') ? substr(__MY_PUBLIC_URL__, 0, -1) : '', // 开启U带域名 'url_domain_deploy' => true,