@@ -49,6 +49,7 @@ public class HomeManageConfigController {
@PostMapping("/post")
public Result<String> saveConfig(@RequestBody HomeManageConfigReq config) {
homeManagementConfigService.saveOrUpdateConfig(config);
+ refreshCacheService.refreshYhHomePageCache();
return GatewayResponse.SUCCESS.newBuilder().toResult();
}