6
0
Fork 0

暂时指定协议内容

release
vine_liutk 2021-12-20 11:07:23 +08:00
parent 5509794ae9
commit c6f9b92784
1 changed files with 3 additions and 3 deletions

View File

@ -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,