1、修复api日志导出404问题
This commit is contained in:
parent
2e1b9f97b6
commit
671f1a283f
|
|
@ -362,7 +362,7 @@ export default {
|
||||||
},
|
},
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download('openapi/log/export', {
|
this.download('log/apilog/export', {
|
||||||
...this.queryParams
|
...this.queryParams
|
||||||
}, `log_${new Date().getTime()}.xlsx`)
|
}, `log_${new Date().getTime()}.xlsx`)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ import java.util.Locale;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 自定义国际化解析器
|
* 自定义国际化解析器
|
||||||
*
|
* todo 暂时未配置国际化
|
||||||
* @author xiejs
|
* @author xiejs
|
||||||
* @since 2022-02-09
|
* @since 2022-02-09
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue