Skip to content

Commit d365e48

Browse files
committed
chore: update help link
1 parent c4575cf commit d365e48

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/common/layout/header/AppHeader.vue

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<a
1616
class="app-layout-header-menu-item"
1717
target="_blank"
18-
href="https://github.com/openfext/vue-admin-next"
18+
href="https://openfext.github.io/docs/zh/vue-admin-next/intro.html"
1919
>
2020
<i class="el-icon-help"></i>
2121
</a>
@@ -29,16 +29,15 @@
2929
<span>{{ user.name }}</span>
3030
</span>
3131
<el-dropdown-menu slot="dropdown">
32-
<el-dropdown-item disabled icon="el-icon-user">
33-
个人中心
34-
</el-dropdown-item>
32+
<el-dropdown-item disabled icon="el-icon-user"
33+
>个人中心</el-dropdown-item
34+
>
3535
<el-dropdown-item
3636
divided
3737
command="logout"
3838
icon="el-icon-switch-button"
39+
>退出登录</el-dropdown-item
3940
>
40-
退出登录
41-
</el-dropdown-item>
4241
</el-dropdown-menu>
4342
</el-dropdown>
4443
<span class="app-layout-header-menu-item" @click="openDrawer">

0 commit comments

Comments
 (0)