|
@@ -65,15 +65,16 @@
|
|
|
});
|
|
|
}
|
|
|
} else {
|
|
|
- this.$alert('参数异常!', '提示', {
|
|
|
- confirmButtonText: '确定',
|
|
|
- callback: action => {
|
|
|
- localStorage.removeItem('serviceType');
|
|
|
- store.dispatch('LogOut').then(() => {
|
|
|
- window.location.href = process.env.VUE_APP_OUT_URL;
|
|
|
- })
|
|
|
- }
|
|
|
- });
|
|
|
+ // this.$alert('参数异常!', '提示', {
|
|
|
+ // confirmButtonText: '确定',
|
|
|
+ // callback: action => {
|
|
|
+ // localStorage.removeItem('serviceType');
|
|
|
+ // store.dispatch('LogOut').then(() => {
|
|
|
+ // window.location.href = process.env.VUE_APP_OUT_URL;
|
|
|
+ // })
|
|
|
+ // }
|
|
|
+ // });
|
|
|
+ window.location.href = process.env.VUE_APP_OUT_URL;
|
|
|
}
|
|
|
localStorage.setItem('windowHref', window.location.href)
|
|
|
},
|