Skip to content

Commit

Permalink
chore: Update external links in base-layout.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong committed Jun 30, 2024
1 parent 999be87 commit 3daa093
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/view/layout/base-layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
<el-icon> <Van /> </el-icon>CMS
</a>
</el-menu-item>
<el-menu-item index="https://igeekfan.cn/start/" class="block">
<a href="https://igeekfan.cn/start/" target="_blank">
<el-icon> <Sunny /> </el-icon>技术导航
</a>
</el-menu-item>
<el-menu-item index="https://igeekfan.cn/tools/" class="block">
<a href="https://igeekfan.cn/tools/" target="_blank">
<el-icon> <PriceTag /> </el-icon>在线工具
</a>
</el-menu-item>
<div class="flex-grow" />
<el-menu-item index="login" v-show="!loggedIn">
<el-link>登录</el-link>
Expand Down

0 comments on commit 3daa093

Please sign in to comment.