@ -362,7 +362,7 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
this.download('openapi/log/export', {
this.download('log/apilog/export', {
...this.queryParams
}, `log_${new Date().getTime()}.xlsx`)
}
@ -11,7 +11,7 @@ import java.util.Locale;
/**
* 自定义国际化解析器
*
* todo 暂时未配置国际化
* @author xiejs
* @since 2022-02-09
*/