@@ -896,7 +896,6 @@ export default {
from: 'outPlan',
}).then((res) => {
if (res.code == 200 && res.data) {
- store.dispatch('setDeviceOutsidePage', true);
window.location.href = res.data;
} else {
this.Toast({