#
luxiaotao1123
2020-11-10 8bd92b70769db1392a8b7a03a69b973b53f84ba1
src/main/webapp/static/js/common.js
@@ -140,9 +140,9 @@
                    if (res.code === 200){
                        callback(res);
                    } else if (res.code === 403){
                        window.location.href = baseUrl+"/login";
                        parent.location.href = baseUrl+"/login";
                    }  else {
                        alert(res.msg);
                        layer.msg(res.msg, {icon: 2});
                    }
                },
                error: function (res, type) {