From 579d095e7906801aca0c0ae093a183a1044e1009 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Wed, 23 Jul 2025 11:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=9B=B4=E6=96=B0=E6=9C=AA=E6=9B=B4=E6=96=B0=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manage/controller/Config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/manage/controller/Config.php b/app/manage/controller/Config.php index e8c760d..9bd1a2f 100644 --- a/app/manage/controller/Config.php +++ b/app/manage/controller/Config.php @@ -68,6 +68,10 @@ class Config extends BaseController updateEnv('qcloud_'.$k,$v); } } + // 更新系统缓存 + $systemInfo=Conf::getSystemInfo(true); + // 向所有人推送新的设置 + wsSendMsg(0,'updateConfig',$systemInfo); }else{ // 更新系统缓存 $systemInfo=Conf::getSystemInfo(true);