From 1fcec31046a736ac4bccc767f271b3fa2b2e63f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 9 Oct 2025 16:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/common.ts b/src/utils/common.ts index 57b53e51..756d599f 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -47,7 +47,7 @@ export const get_type = () => { } // 获取类型 export const get_business = () => { - return data_handle('business/', 'home'); + return data_handle('business/', ''); } // 数据处理 export const data_handle = (val: string, default_val: string): string => {