Skip to content

Commit

Permalink
Update external links in base-layout.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong committed Oct 27, 2024
1 parent 435d59e commit d436337
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/view/layout/base-layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
>
<el-menu-item index="/index" class="block">
<router-link :to="{ path: '/index' }">
<i class="el-icon-help"></i>
<el-icon><HomeFilled /></el-icon>
首页
</router-link>
</el-menu-item>
Expand All @@ -38,6 +38,11 @@
<el-icon> <Van /> </el-icon>CMS
</a>
</el-menu-item>
<el-menu-item index="http://101.34.7.82/start/" class="block">
<a href="http://101.34.7.82/start/" target="_blank">
<el-icon><Platform /></el-icon>导航
</a>
</el-menu-item>
<el-menu-item index="http://101.34.7.82/hot/" class="block">
<a href="http://101.34.7.82/hot/" target="_blank">
<el-icon> <Sunny /> </el-icon>热榜
Expand Down

0 comments on commit d436337

Please sign in to comment.