Skip to content

Commit

Permalink
fix: update admin view article link
Browse files Browse the repository at this point in the history
  • Loading branch information
fecommunity committed Nov 23, 2024
1 parent b01e2be commit 41656a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pages/admin/article/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const Article: NextPage = () => {
fixed: 'left',
width: 200,
render: (text, record) => (
<a href={resolveUrl(setting.systemUrl, `/admin/article/${record.id}`)} target="_blank" rel="noreferrer">
<a href={resolveUrl(setting.systemUrl, `/article/${record.id}`)} target="_blank" rel="noreferrer">
{text}
</a>
),
Expand Down

0 comments on commit 41656a7

Please sign in to comment.