修改
This commit is contained in:
parent
9c5dc31a11
commit
b84dd29df8
@ -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 }) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user