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