调整代码结构

This commit is contained in:
wanggeng 2022-07-28 09:19:42 +08:00
parent 76247d9461
commit a98f42d773
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@ import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
import org.springframework.util.AntPathMatcher;
import javax.servlet.http.HttpServletRequest;
@ -28,7 +28,7 @@ import java.util.List;
* @Date: 2019-05-30 15:16
* @Version: 1.0
**/
@Component("rbacService")
@Service("rbacService")
public class RbacServiceImpl implements IRbacService {
private static final Logger LOG = LoggerFactory.getLogger(RbacServiceImpl.class);

View File

@ -64,7 +64,6 @@
var form = layui.form;
var $win = $(window);
var windowHeight = $(window).height();
console.log(windowHeight)
$('#cardBody').css({
height: (windowHeight - 170) +'px'