修改新参数的默认值

v1.4.1
于肖磊 2025-10-09 16:33:11 +08:00
parent 1773e48e3e
commit 786a62272b
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {