RuoYi
2022-02-17 d734bfc34f65b6cd036b5f21b718294152fecacf
ruoyi-ui/src/api/system/config.js
@@ -49,4 +49,12 @@
    url: '/system/config/' + configId,
    method: 'delete'
  })
}
}
// 刷新参数缓存
export function refreshCache() {
  return request({
    url: '/system/config/refreshCache',
    method: 'delete'
  })
}