diff --git a/src/components/SearchGrade.vue b/src/components/SearchGrade.vue
index fdf716824f6b8b7ace001e8bcbe40f486844e7c5..0dbcb7d955820bcad7ed94c809bfab3689f27d62 100644
--- a/src/components/SearchGrade.vue
+++ b/src/components/SearchGrade.vue
@@ -170,7 +170,7 @@ function initFirstData() {
return item.postTime == params.name
})
if (params.name) {
- window.open(findItem.src, '_blank')
+ window.open(findItem.url, '_blank')
}
});
@@ -200,6 +200,10 @@ function initFirstData() {
@search="onSearch" />
+