vue 路由跳转到本页面,ts 监听路由变化

mac2022-06-30  16

@Watch('$route') routechange(to: any, from: any) { //参数不相等 if (to.query.name!=from.query.name) {//todo } }

 

转载于:https://www.cnblogs.com/qiufang/p/11593865.html

最新回复(0)