mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
perf: 查询字体 API 报错超时
This commit is contained in:
committed by
fit2cloud-chenyw
parent
a20da4737a
commit
52edd06b3b
@@ -8,8 +8,8 @@ export interface Font {
|
||||
isBuiltin?: boolean
|
||||
}
|
||||
|
||||
export const list = (data = {}) => {
|
||||
return request.post({ url: '/typeface/listFont', data }).then(res => {
|
||||
export const list = () => {
|
||||
return request.get({ url: '/typeface/listFont' }).then(res => {
|
||||
return res?.data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user