Browse Source

增加谷歌翻译开关控制、增加人工客服接线欢迎语

lip 2 tuần trước cách đây
mục cha
commit
97b4844c32
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/manage/model/Config.php

+ 1 - 1
app/manage/model/Config.php

@@ -27,7 +27,7 @@ class Config extends BaseModel
     }
     }
     // 获取系统配置信息
     // 获取系统配置信息
     public static function getSystemInfo($update=false){
     public static function getSystemInfo($update=false){
-        $name='systemInfo';
+        $name='systemInfo_config';
         // $auth=request()->header('Authorization');
         // $auth=request()->header('Authorization');
         $nameFields=['translate','sysInfo','fileUpload','chatInfo','compass','kefu_cancel_message','user_open_comment', 'user_open_special_comment', 'user_send_gap_time', 'user_open_speech', 'user_show_kefu_read','user_cancel_message','user_cancel_message_time','platform_head_logo','platform_head_logo_night','pc_title_color','platform_logo','platform_name','platform_logo_night'];
         $nameFields=['translate','sysInfo','fileUpload','chatInfo','compass','kefu_cancel_message','user_open_comment', 'user_open_special_comment', 'user_send_gap_time', 'user_open_speech', 'user_show_kefu_read','user_cancel_message','user_cancel_message_time','platform_head_logo','platform_head_logo_night','pc_title_color','platform_logo','platform_name','platform_logo_night'];
         // 如果是登录状态才会返回chatINfo
         // 如果是登录状态才会返回chatINfo