From e1aeb653d656b3c3be05f06cac212f435cec07c3 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 25 七月 2025 15:55:36 +0800 Subject: [PATCH] Merge branch 'dev-3.4.2.5' of http://120.26.58.240:8888/r/12333GovernmentWeb into dev-3.4.2.5 --- src/services/api/index.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/services/api/index.ts b/src/services/api/index.ts index ea6856d..c79d3c6 100644 --- a/src/services/api/index.ts +++ b/src/services/api/index.ts @@ -22,6 +22,7 @@ import * as Consult from './Consult'; import * as CooperationApply from './CooperationApply'; import * as Customer from './Customer'; +import * as ElectronSign from './ElectronSign'; import * as EnterpriseApplyFile from './EnterpriseApplyFile'; import * as EnterpriseMaterial from './EnterpriseMaterial'; import * as ExternalSystem from './ExternalSystem'; @@ -111,6 +112,7 @@ Consult, CooperationApply, Customer, + ElectronSign, EnterpriseApplyFile, EnterpriseMaterial, ExternalSystem, -- Gitblit v1.9.1