update: 头部搜索能力补全

This commit is contained in:
@user8949
2025-03-19 20:52:00 +08:00
parent 56edefdfa5
commit fc48e6185c

View File

@@ -60,7 +60,7 @@ const onCategoryChange = (event) => {
}
const search = () => {
window.open(`/repoList?softwareName=${softwareName.value}&searchType=${searchType.value}`, '_blank')
window.open(`/repoList?softwareName=${softwareName.value ? softwareName.value : ''}&searchType=${searchType.value}`, '_blank')
};
const handleClear = () => {