监听路由

    // watch: {
    //     "$route": function (to, from) {
    //         //this.verificationCookie();
    //         let path=to.path;
    //         let routelist=this.routerlist;
    //         var url='';
    //         $.each(routelist,function(index,value){
    //               if(path===value.menuName){
    //                    url=value.url;
    //               }
    //         });
    //         this.urlSend=url;
    //     }
    // },

猜你喜欢

转载自www.cnblogs.com/cx709452428/p/10314996.html
今日推荐