#
luxiaotao1123
2020-09-24 b17e2a3f2bd85d18630cb447d65368e430c887f8
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) {