fix: 未登录隐藏首页批量按钮 & 头部跳转参数添加baseUrl
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user