Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
ee6207c1
Commit
ee6207c1
authored
Mar 30, 2018
by
Junling Bu
Browse files
在Navbar.vue添加项目地址。
parent
b1edabf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/layout/components/Navbar.vue
View file @
ee6207c1
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment