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