|
@@ -122,7 +122,6 @@ const post = function (url, data) {
|
|
},
|
|
},
|
|
error: function (error) {
|
|
error: function (error) {
|
|
if(error.status===403||error.status===401){
|
|
if(error.status===403||error.status===401){
|
|
- return
|
|
|
|
setCookie('behosDateStart','')
|
|
setCookie('behosDateStart','')
|
|
setCookie('behosDateEnd','')
|
|
setCookie('behosDateEnd','')
|
|
const wd = window.parent.window||window;
|
|
const wd = window.parent.window||window;
|