mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
mypage연결 되게 설정
This commit is contained in:
@@ -59,7 +59,7 @@ public class AuthAspect {
|
||||
|
||||
|
||||
AuthData authData = auth.get(packageName);
|
||||
if(packageName.equals("base")){
|
||||
if(packageName.equals("base") || packageName.equals("mypage")){
|
||||
return joinPoint.proceed();
|
||||
}else if( authData != null ){
|
||||
String methodName = joinPoint.getSignature().getName().toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user