This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
扫码优化
wulanhaote
庞东旭
2 years ago
parent
a5fc486d47
commit
5b44f4ab3a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/lawEnforcement/retrospect/scan.vue
+ 1
- 1
src/views/lawEnforcement/retrospect/scan.vue
View File
@@ -38,7 +38,7 @@ export default {
setTimeout(() => {
alert(`扫码解析成功: ${code}`);
Cookies.set("scanLink", code);
history.back(-1);
//
history.back(-1);
}, 200)
},
errorCaptured(error) {
Write
Preview
Loading…
Cancel
Save