RuoYi
2021-11-30 a2d3f987c04a2e5176a8686f1032f7f5bfee4af2
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'
  })
}