浏览代码

扫码优化

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


正在加载...
取消
保存