修改
This commit is contained in:
parent
9c5dc31a11
commit
b84dd29df8
@ -35,7 +35,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div class="list" v-if="list">
|
<div class="list" v-if="list">
|
||||||
<div class="item" @click.stop="edit">
|
<div class="item">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<el-tag>主路径</el-tag>
|
<el-tag>主路径</el-tag>
|
||||||
<span>{{ list.routeName }}</span>
|
<span>{{ list.routeName }}</span>
|
||||||
@ -366,7 +366,7 @@ export default {
|
|||||||
type: 'success',
|
type: 'success',
|
||||||
title: '提示',
|
title: '提示',
|
||||||
message: '保存成功,即将返回上一页',
|
message: '保存成功,即将返回上一页',
|
||||||
duration: 0
|
duration: 3000
|
||||||
});
|
});
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {
|
this.$store.dispatch('tagsView/delView', this.$route).then(({ visitedViews }) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user