Commit 36d63db5 by LJM

css

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