Commit 36d63db5 by LJM

css

parent c6b70f7d
Showing with 2 additions and 2 deletions
......@@ -66,8 +66,8 @@ export default {
},
watch: {
$route(to, from) {
if (to.path == from.path) {
this.getData()
if (to.path == '/goodDetail') {
this.getData();
}
}
},
......
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 sign in to comment