diff --git a/config/settings.php b/config/settings.php index ba6150d0..e8d36bd0 100644 --- a/config/settings.php +++ b/config/settings.php @@ -20,7 +20,7 @@ return [ 'article_agreement'=>2, 'article_health'=>3, // 指定内容链接:关于我们,服务协议,隐私协议 - 'article_about_us'=>env('APP_URL', '').'h5/articles/1', + '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',