فهرست منبع

<Link to={`/term/list/${termData.word}`}

visuddhinanda 2 سال پیش
والد
کامیت
ee2b14816b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/template/Term.tsx

+ 1 - 1
dashboard/src/components/template/Term.tsx

@@ -112,7 +112,7 @@ const TermCtl = ({
               style={{ maxWidth: 500, minWidth: 300 }}
               actions={[
                 <Button type="link" size="small" icon={<SearchOutlined />}>
-                  <Link to={`/term/list/āraññika`} target="_blank">
+                  <Link to={`/term/list/${termData.word}`} target="_blank">
                     详情
                   </Link>
                 </Button>,