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