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

在Navbar.vue添加项目地址。

parent b1edabf5
...@@ -16,16 +16,21 @@ ...@@ -16,16 +16,21 @@
<i class="el-icon-caret-bottom"></i> <i class="el-icon-caret-bottom"></i>
</div> </div>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<router-link to="/"> <el-dropdown-item>
<el-dropdown-item> <router-link to="/">
主页 主页
</el-dropdown-item> </router-link>
</router-link> </el-dropdown-item>
<a target='_blank' href="#"> <el-dropdown-item>
<el-dropdown-item> <a target='_blank' href="https://github.com/linlinjava/litemall">
项目地址 GitHub
</el-dropdown-item> </a>
</a> </el-dropdown-item>
<el-dropdown-item>
<a target='_blank' href="https://gitee.com/linlinjava/litemall">
码云
</a>
</el-dropdown-item>
<el-dropdown-item divided> <el-dropdown-item divided>
<span @click="logout" style="display:block;">退出登录</span> <span @click="logout" style="display:block;">退出登录</span>
</el-dropdown-item> </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