From 934d8acfa1d892b9ce9cdc4fffa830cf781f2b12 Mon Sep 17 00:00:00 2001 From: fanxb Date: Wed, 31 Jul 2019 14:39:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20[=E5=89=8D=E5=8F=B0]:?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB=E6=90=9C=E7=B4=A2=E9=A1=B9?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E7=9A=84=E5=9C=B0=E5=9D=80=E4=B8=BA=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E9=AB=98=E4=BA=AE=E9=80=89=E4=B8=AD=E7=9A=84=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=E5=BD=93=E5=89=8D=E7=82=B9=E5=87=BB=E7=9A=84=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/components/Search/index.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/front/src/components/Search/index.jsx b/front/src/components/Search/index.jsx index ad8d37f..7e2e885 100644 --- a/front/src/components/Search/index.jsx +++ b/front/src/components/Search/index.jsx @@ -148,7 +148,11 @@ class Search extends React.Component { {resultList.length > 0 ? (
{resultList.map((item, index) => ( -
+
window.open(item.url)} + > {item.name}  {item.url}