Skip to content

Commit

Permalink
fix: aside mfe url
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong committed Nov 13, 2020
1 parent 5f4a377 commit 9aacb28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/aside/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ const Aside: FC<{
url && isMfe ? (
<Link to={url}>{name}</Link>
) : (
<a href={url}>{name}</a>
<a href={`/system${url}`} target="_blank" rel="noreferrer">
{name}
</a>
)
const menuItem = url ? AnchorCom : name

Expand Down

1 comment on commit 9aacb28

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for at-console-components ready!

✅ Preview
https://at-console-components-knlwx1gor.vercel.app

Built with commit 9aacb28.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.