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