Fixiaobai
2023-08-31 bc248ab47562d61deba0ad802d3ae1b44de5d3a5
sys/src/main/java/com/yuanchu/limslaboratory/aop/AuthRequestAspect.java
@@ -100,7 +100,7 @@
                //throw new AuthException("400","无权限");
            }
        } else {
            throw new AuthException("401", "登陆过期");
            throw new AuthException("401", "登陆过期!");
        }
    }