Skip to content

Commit

Permalink
fix: 修复文档链接样式错误,修复刷新不自动关闭菜单错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntian001 committed Aug 28, 2022
1 parent d45ff53 commit 2de62c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ let canCloseFirst = computed(() => {
const reload = () => {
// 刷新
router.replace('/redirect/' + encodeURIComponent(props.current.fullPath));
closeMenu();
};
const closeCurrent = async () => {
// 关闭当前
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</el-dropdown-item>
</a>
<a href="https://meadmin-cn.github.io/meadmin-template-doc/">
<el-dropdown-item disabled>
<el-dropdown-item>
{{ $t('文档') }}
</el-dropdown-item>
</a>
Expand Down

0 comments on commit 2de62c5

Please sign in to comment.