mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-07 23:57:20 +08:00
修复权限接口
This commit is contained in:
@@ -155,7 +155,12 @@ public class SystemAdminServiceImpl implements ISystemAdminService {
|
||||
}
|
||||
}
|
||||
}
|
||||
// 没有权限
|
||||
if (auths.size() <= 0) {
|
||||
auths.add("");
|
||||
}
|
||||
} else {
|
||||
// 所有权限
|
||||
auths.add("*");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user