mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-11 18:02:44 +08:00
11 lines
195 B
JavaScript
11 lines
195 B
JavaScript
![]() |
// 导出参数
|
||
|
import request from "@/utils/request";
|
||
|
|
||
|
export function exportHtml() {
|
||
|
return request({
|
||
|
url: '/infra/db-doc/export-html',
|
||
|
method: 'get',
|
||
|
responseType: 'blob'
|
||
|
})
|
||
|
}
|