RuoYi
2020-09-01 f124236a64774bf1d8f11c7b0704b20df5f9d04f
ruoyi-ui/src/api/system/config.js
@@ -50,3 +50,11 @@
    method: 'delete'
  })
}
// 清理参数缓存
export function clearCache() {
  return request({
    url: '/system/config/clearCache',
    method: 'delete'
  })
}