修改新参数的显示

v1.4.1
于肖磊 2025-10-09 16:34:18 +08:00
parent 786a62272b
commit 1fcec31046
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/', 'home');
return data_handle('business/', '');
}
// 数据处理
export const data_handle = (val: string, default_val: string): string => {