mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 19:15:06 +08:00
基于 screw 实现一个 mvp 的数据库文档功能
This commit is contained in:
10
ruoyi-ui/src/api/infra/dbDoc.js
Normal file
10
ruoyi-ui/src/api/infra/dbDoc.js
Normal file
@ -0,0 +1,10 @@
|
||||
// 导出参数
|
||||
import request from "@/utils/request";
|
||||
|
||||
export function exportHtml() {
|
||||
return request({
|
||||
url: '/infra/db-doc/export-html',
|
||||
method: 'get',
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user