调整代码结构
This commit is contained in:
parent
76247d9461
commit
a98f42d773
@ -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);
|
||||
|
@ -64,7 +64,6 @@
|
||||
var form = layui.form;
|
||||
var $win = $(window);
|
||||
var windowHeight = $(window).height();
|
||||
console.log(windowHeight)
|
||||
|
||||
$('#cardBody').css({
|
||||
height: (windowHeight - 170) +'px'
|
||||
|
Loading…
Reference in New Issue
Block a user