From 786a62272b7abe16e524a76a604aba0db3d8e68a 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:33:11 +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=E9=BB=98=E8=AE=A4=E5=80=BC?= 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 756d599f..57b53e51 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/', ''); + return data_handle('business/', 'home'); } // 数据处理 export const data_handle = (val: string, default_val: string): string => {