This commit is contained in:
2024-04-09 14:07:13 +08:00
parent 9c5dc31a11
commit b84dd29df8

View File

@ -35,7 +35,7 @@
</el-form-item>
</el-form>
<div class="list" v-if="list">
<div class="item" @click.stop="edit">
<div class="item">
<div class="title">
<el-tag>主路径</el-tag>
<span>{{ list.routeName }}</span>
@ -366,7 +366,7 @@ export default {
type: 'success',
title: '提示',
message: '保存成功,即将返回上一页',
duration: 0
duration: 3000
});
setTimeout(() => {
this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {