瀏覽代碼

扫码优化

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


Loading…
取消
儲存