RuoYi
2022-08-28 42d602b7a8d35c8a931059e793cb8cb24e6ed89d
ruoyi-ui/src/api/system/config.js
@@ -51,11 +51,10 @@
  })
}
// 导出参数
export function exportConfig(query) {
// 刷新参数缓存
export function refreshCache() {
  return request({
    url: '/system/config/export',
    method: 'get',
    params: query
    url: '/system/config/refreshCache',
    method: 'delete'
  })
}
}