|
|
@@ -132,8 +132,8 @@ class ConfigLogic
|
|
|
return $config;
|
|
|
}
|
|
|
public function getLoginContentConfig(){
|
|
|
- $login_content = ConfigService::get('shop', 'login_content');
|
|
|
- return $config['login_content'] = $login_content;
|
|
|
+ $config = ['login_content'=> ConfigService::get('shop', 'login_content')];
|
|
|
+ return $config;
|
|
|
}
|
|
|
/**
|
|
|
* @notes 获取政策协议
|