mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-24 23:47:17 +08:00
perf: 同步完整版分支代码
This commit is contained in:
parent
f65446c495
commit
1e1bcecb9f
@ -64,6 +64,7 @@ const dynamicTagView = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
watch([route], () => {
|
watch([route], () => {
|
||||||
|
activeIndex.value = -1;
|
||||||
dynamicTagView();
|
dynamicTagView();
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -591,7 +592,7 @@ onBeforeMount(() => {
|
|||||||
(index === activeIndex && index !== 0)
|
(index === activeIndex && index !== 0)
|
||||||
"
|
"
|
||||||
class="el-icon-close"
|
class="el-icon-close"
|
||||||
@click="deleteMenu(item)"
|
@click.stop="deleteMenu(item)"
|
||||||
>
|
>
|
||||||
<CloseBold />
|
<CloseBold />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user