소스 검색

扫码优化

wulanhaote
庞东旭 2 년 전
부모
커밋
1a36571840
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/views/lawEnforcement/retrospect/retrospectDetail.vue

+ 1
- 1
src/views/lawEnforcement/retrospect/retrospectDetail.vue 파일 보기

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


불러오는 중...
취소
저장