@@ -257,6 +257,7 @@ export default {
.then(() => {
stopVisit({ visitsId: this.visitId }).then((res) => {
if (res.code == 200) {
+ localStorage.removeItem('visitId');
this.$dialog
.alert({
title: '系统提示',