@@ -379,7 +379,7 @@ export default {
methods: {
// 返回
goBack() {
- this.$router.push({
+ this.$router.replace({
path: '/admin/task/MyHandle',
})
},