This commit is contained in:
duanxiaohai 2024-06-05 09:02:45 +08:00
parent 85766acba4
commit 7ae45b21cc
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ const getOption = () => {
target = data.list[i].value;
}
}
return `${name}:${target}`;
return `${name}${target}`;
},
},
],