From c6f9b92784ecec2b6906873efb2123c16a94cc64 Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Mon, 20 Dec 2021 11:07:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E6=8C=87=E5=AE=9A=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/settings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/settings.php b/config/settings.php index 0a07eee7..ba6150d0 100644 --- a/config/settings.php +++ b/config/settings.php @@ -20,9 +20,9 @@ return [ 'article_agreement'=>2, 'article_health'=>3, // 指定内容链接:关于我们,服务协议,隐私协议 - 'article_about_us'=>'', - 'article_user_promotion_agreement'=>'', - 'article_user_hide_agreement'=>'', + 'article_about_us'=>env('APP_URL', '').'h5/articles/1', + 'article_user_promotion_agreement'=>env('APP_URL', '').'h5/articles/2', + 'article_user_hide_agreement'=>env('APP_URL', '').'h5/articles/3', // 快递100是否开启 'kuaidi100_is_use' => true,