Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
17b70225
Commit
17b70225
authored
Oct 06, 2020
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎉
navBar本地化
parent
dacc459b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
src/layouts/components/Avatar/index.vue
+9
-4
No files found.
src/layouts/components/Avatar/index.vue
View file @
17b70225
...
...
@@ -10,10 +10,9 @@
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"logout"
divided
>
<vab-icon
:icon=
"['fas', 'sign-out-alt']"
></vab-icon>
退出登录
</el-dropdown-item>
<el-dropdown-item
command=
"github"
>
github地址
</el-dropdown-item>
<el-dropdown-item
command=
"gitee"
divided
>
码云地址
</el-dropdown-item>
<el-dropdown-item
command=
"logout"
divided
>
退出登录
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</
template
>
...
...
@@ -39,6 +38,12 @@
case
"personalCenter"
:
this
.
personalCenter
();
break
;
case
"github"
:
window
.
open
(
"https://github.com/chuzhixin/vue-admin-beautiful"
);
break
;
case
"gitee"
:
window
.
open
(
"https://gitee.com/chu1204505056/vue-admin-beautiful"
);
break
;
}
},
personalCenter
()
{
...
...
Write
Preview
Markdown
is supported
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