Browse Source

Merge branch 'scrollBar' into test

zhangxc 4 years ago
parent
commit
f7786b9f32
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/js/utils.js

+ 0 - 1
src/js/utils.js

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