Skip to content

Commit

Permalink
fix(router): 🐛 link
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Aug 13, 2023
1 parent b3d63b9 commit 4899150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/modules/externalLink/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const externalLink: AppRouteRecordRaw[] = [
meta: { title: t('route.pathName.thirdParty'), icon: 'link', position: 10 },
children: [
{
path: 'https://github.com/SuperCuteXiaoSi/xiaosiAdmin',
path: 'https://github.com/jsxiaosi/vue-xs-admin',
name: 'RtGitLink',
meta: { title: t('route.pathName.thirdParty'), icon: 'link' },
},
Expand Down

0 comments on commit 4899150

Please sign in to comment.