Commit ee6207c1 authored by Junling Bu's avatar Junling Bu
Browse files

在Navbar.vue添加项目地址。

parent b1edabf5
......@@ -16,16 +16,21 @@
<i class="el-icon-caret-bottom"></i>
</div>
<el-dropdown-menu slot="dropdown">
<router-link to="/">
<el-dropdown-item>
<el-dropdown-item>
<router-link to="/">
主页
</el-dropdown-item>
</router-link>
<a target='_blank' href="#">
<el-dropdown-item>
项目地址
</el-dropdown-item>
</a>
</router-link>
</el-dropdown-item>
<el-dropdown-item>
<a target='_blank' href="https://github.com/linlinjava/litemall">
GitHub
</a>
</el-dropdown-item>
<el-dropdown-item>
<a target='_blank' href="https://gitee.com/linlinjava/litemall">
码云
</a>
</el-dropdown-item>
<el-dropdown-item divided>
<span @click="logout" style="display:block;">退出登录</span>
</el-dropdown-item>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment