From b4a6b2341029959d8566162609de7a35b19de2ee Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Tue, 25 Nov 2025 10:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=B9=B4/=E6=9C=88=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=8E=A5=E5=8F=A3=E8=B0=83=E7=94=A8=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/common/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/common/api.ts b/src/api/common/api.ts index 7d2ebe1..90d7180 100644 --- a/src/api/common/api.ts +++ b/src/api/common/api.ts @@ -21,7 +21,7 @@ enum Api { getOrgUrlByOrgCode = '/sys/api/getOrgUrlByOrgCode', getMediaUrlByOrgCode = '/sys/api/getMediaUrlByOrgCode', uploadPre = '/sys/common/upload/pre', - queryUpBizPrefix = 'api/sysUtils/queryUpBizPrefix', + queryUpBizPrefix = '/api/sysUtils/queryUpBizPrefix', } /**