|
|
@@ -36,7 +36,7 @@ class IndexController extends webApp
|
|
|
$config = [
|
|
|
'app_name' => ConfigService::make()->getConfigByCode('app_name'),
|
|
|
'app_logo' => get_image_url(ConfigService::make()->getConfigByCode('app_logo')),
|
|
|
- 'wechat_appid' => ConfigService::make()->getConfigByCode('wechat_appid'),
|
|
|
+ 'wechat_appid' => ConfigService::make()->getConfigByCode('wechat_appid',''),
|
|
|
'app_version' => ConfigService::make()->getConfigByCode('app_version'),
|
|
|
'app_android_url' => ConfigService::make()->getConfigByCode('app_android_url',''),
|
|
|
'wechat_kf_url' => ConfigService::make()->getConfigByCode('wechat_kf_url',''),
|