#
luxiaotao1123
2020-11-03 7c1fd5488d44caced5ee59913af9d24321f37c9a
src/main/webapp/static/js/common.js
@@ -140,7 +140,7 @@
                    if (res.code === 200){
                        callback(res);
                    } else if (res.code === 403){
                        window.location.href = baseUrl+"/login";
                        parent.location.href = baseUrl+"/login";
                    }  else {
                        layer.msg(res.msg, {icon: 2});
                    }