#
luxiaotao1123
2020-09-08 f7c06595e0fdbed9e65d6362cc26f05c9da27eb4
src/main/webapp/static/js/common.js
@@ -142,7 +142,7 @@
                    } else if (res.code === 403){
                        window.location.href = baseUrl+"/login";
                    }  else {
                        alert(res.msg);
                        layer.msg(res.msg, {icon: 2});
                    }
                },
                error: function (res, type) {