From 7e66774174a6508c2fb25f2022860a9e121d8f06 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Mon, 14 Jan 2019 00:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E5=9C=B0=E5=9D=80=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/shopxo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,