fix: 修复系统变量显示问题

This commit is contained in:
taojinlong
2024-06-03 19:24:31 +08:00
parent 16d59975f9
commit ca3e8aaea7
14 changed files with 140 additions and 18 deletions

View File

@@ -147,6 +147,8 @@ export const deleteById = (id: number) => request.get({ url: '/datasource/delete
export const getById = (id: number) => request.get({ url: '/datasource/get/' + id })
export const getHidePwById = (id: number) => request.get({ url: '/datasource/hidePw/' + id })
export const uploadFile = async (data): Promise<IResponse> => {
return request
.post({