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