RuoYi
2021-11-22 ef4bfde4a8d43e012ade7c3e8946f4c121fc578d
ruoyi-ui/src/api/system/config.js
@@ -49,4 +49,12 @@
    url: '/system/config/' + configId,
    method: 'delete'
  })
}
}
// 刷新参数缓存
export function refreshCache() {
  return request({
    url: '/system/config/refreshCache',
    method: 'delete'
  })
}