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