From c62fd4841a60bab171277850cbaac6925f520ab2 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 4 May 2023 11:58:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=B7=B2=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=BA=94=E7=94=A8=E6=93=8D=E4=BD=9C=E7=9A=84=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E9=97=B4=20(#854)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/modules/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/api/modules/app.ts b/frontend/src/api/modules/app.ts index 8679ea3a7..56d737789 100644 --- a/frontend/src/api/modules/app.ts +++ b/frontend/src/api/modules/app.ts @@ -63,7 +63,7 @@ export const GetAppInstalled = (search: App.AppInstalledSearch) => { }; export const InstalledOp = (op: App.AppInstalledOp) => { - return http.post('apps/installed/op', op); + return http.post('apps/installed/op', op, 40000); }; export const SyncInstalledApp = () => {