diff --git a/src/components/SearchGrade.vue b/src/components/SearchGrade.vue index 8149d31598e7df0694331ee703cb223b6d0aee7d..a82e66c4f907eff7a6797ee0f24d5bd18d64b002 100644 --- a/src/components/SearchGrade.vue +++ b/src/components/SearchGrade.vue @@ -175,6 +175,9 @@ function initFirstData() { onUnmounted(() => { window.onresize = null }) + const jumpUrl = (url) => { + window.open(url, '_blank') + } } @@ -182,7 +185,7 @@ function initFirstData() {
+ @search="onSearch" />

@@ -190,7 +193,7 @@ function initFirstData() { :loading="state.loading" :pagination="state.pagination">