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