// 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;
// }
// },