|
|
|
@ -60,7 +60,8 @@ class Index extends Common |
|
|
|
|
'app' => [ |
|
|
|
|
'name' => $shopConfig['name'], |
|
|
|
|
'logo' => $shopConfig['logo'], |
|
|
|
|
'cdnurl' => cdnurl('', true), |
|
|
|
|
// 'cdnurl' => cdnurl('', true), |
|
|
|
|
'cdnurl' => $this->request->domain(), |
|
|
|
|
'version' => $shopConfig['version'], |
|
|
|
|
'user_protocol' => $shopConfig['user_protocol'], |
|
|
|
|
'privacy_protocol' => $shopConfig['privacy_protocol'], |
|
|
|
@ -74,6 +75,7 @@ class Index extends Common |
|
|
|
|
'payment' => $platformConfig['payment']['methods'], |
|
|
|
|
'recharge_payment' => sheep_config('shop.recharge_withdraw.recharge.methods'), // 充值支持的支付方式 |
|
|
|
|
'share' => $platformConfig['share'], |
|
|
|
|
'wechat_auth_login' => false |
|
|
|
|
], |
|
|
|
|
'template' => $template, |
|
|
|
|
'chat' => $chatConfig |
|
|
|
|