瀏覽代碼

<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>,