Browse Source

文件上传配置更新未更新推送问题

master
wanghongjun 8 months ago
parent
commit
579d095e79
  1. 4
      app/manage/controller/Config.php

4
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);

Loading…
Cancel
Save