Selaa lähdekoodia

扫码优化

wulanhaote
庞东旭 2 vuotta sitten
vanhempi
commit
1a36571840
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/views/lawEnforcement/retrospect/retrospectDetail.vue

+ 1
- 1
src/views/lawEnforcement/retrospect/retrospectDetail.vue Näytä tiedosto

@@ -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')
}
}
}


Ladataan…
Peruuta
Tallenna