@ -177,11 +177,12 @@ export default {
},
watch: {
//监听路由
//监听路由的categoryId属性的数据变化
"$route.query.keyword": function () {
$route: {
handler() {
this.init();
deep: true,
};
</script>