fix: 未登录隐藏首页批量按钮 & 头部跳转参数添加baseUrl

This commit is contained in:
@user8949
2025-03-20 09:59:40 +08:00
parent 08b7dfc450
commit f7dcf2365f
2 changed files with 4 additions and 2 deletions

View File

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