Commit 8fa33cad by 陈玉桐

test

parent 3487cc3d
...@@ -118,7 +118,9 @@ export default { ...@@ -118,7 +118,9 @@ export default {
}, },
overBack() { overBack() {
this.$router.go(-1) this.$router.go(-1)
window.location.reload() setTimeout(function() {
window.location.reload()
},300)
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment