1、修复api日志导出404问题

This commit is contained in:
xjs 2022-02-12 22:32:00 +08:00
parent 2e1b9f97b6
commit 671f1a283f
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
this.download('openapi/log/export', {
this.download('log/apilog/export', {
...this.queryParams
}, `log_${new Date().getTime()}.xlsx`)
}

View File

@ -11,7 +11,7 @@ import java.util.Locale;
/**
* 自定义国际化解析器
*
* todo 暂时未配置国际化
* @author xiejs
* @since 2022-02-09
*/