This commit is contained in:
郑杰
2018-12-22 20:46:02 +08:00
parent 952ae1e8f3
commit e43418f019
7 changed files with 42 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
<template>
<a href="https://gitee.com/elunez/eladmin" target="_blank" class="github-corner" aria-label="View source on Github">
<a href="https://github.com/elunez/eladmin" target="_blank" class="github-corner" aria-label="View source on Github">
<svg
width="80"
height="80"

View File

@@ -21,6 +21,11 @@
首页
</el-dropdown-item>
</router-link>
<a target="_blank" href="https://github.com/elunez/eladmin">
<el-dropdown-item>
项目地址
</el-dropdown-item>
</a>
<el-dropdown-item divided>
<span style="display:block;" @click="logout">退出登录</span>
</el-dropdown-item>