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