1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

feat: 增加已安装应用操作的执行时间 (#854)

This commit is contained in:
zhengkunwang223 2023-05-04 11:58:41 +08:00 committed by GitHub
parent a073113817
commit c62fd4841a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ export const GetAppInstalled = (search: App.AppInstalledSearch) => {
};
export const InstalledOp = (op: App.AppInstalledOp) => {
return http.post<any>('apps/installed/op', op);
return http.post<any>('apps/installed/op', op, 40000);
};
export const SyncInstalledApp = () => {