fix:修改监听路由

merge-requests/18/head
张征 2 years ago
parent c7158ba6ba
commit 33be84ff2b

@ -177,10 +177,11 @@ export default {
},
},
watch: {
//
//categoryId
"$route.query.keyword": function () {
this.init();
$route: {
handler() {
this.init();
},
deep: true,
},
},
};

Loading…
Cancel
Save