Ver código fonte

扫码优化

wulanhaote
庞东旭 2 anos atrás
pai
commit
1a36571840
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/views/lawEnforcement/retrospect/retrospectDetail.vue

+ 1
- 1
src/views/lawEnforcement/retrospect/retrospectDetail.vue Ver arquivo

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


Carregando…
Cancelar
Salvar