File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
admin/src/layout/components Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11
11
<i class =" el-icon-caret-bottom" />
12
12
</div >
13
13
<el-dropdown-menu slot =" dropdown" class =" user-dropdown" >
14
- <router-link to =" /" >
14
+ <router-link to =" /admin " >
15
15
<el-dropdown-item >
16
16
Home
17
17
</el-dropdown-item >
18
18
</router-link >
19
- <a target =" _blank" href =" https://github.com/PanJiaChen/ vue-admin-template/ " >
19
+ <a target =" _blank" href =" https://github.com/lisgroup/laravel- vue-admin" >
20
20
<el-dropdown-item >Github</el-dropdown-item >
21
21
</a >
22
- <a target =" _blank" href =" https://panjiachen.github.io/vue-element-admin-site/#/" >
23
- <el-dropdown-item >Docs</el-dropdown-item >
24
- </a >
25
22
<el-dropdown-item divided >
26
- <span style =" display :block ;" @click =" logout" >Log Out </span >
23
+ <span style =" display :block ;" @click =" logout" >退出登录 </span >
27
24
</el-dropdown-item >
28
25
</el-dropdown-menu >
29
26
</el-dropdown >
You can’t perform that action at this time.
0 commit comments