|
|
@@ -109,9 +109,9 @@ |
|
|
|
if (to.path === '/lawEnforcement/retrospectDetail') { |
|
|
|
// do anything you want |
|
|
|
if (Cookies.get('scanLink')){ |
|
|
|
alert(Cookies.get('scanLink').indexOf('http')>-1) |
|
|
|
this.scanLink = Cookies.get('scanLink'); |
|
|
|
console.log(this.scanLink) |
|
|
|
Cookies.remove('scanLink') |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|