关闭接口权限校验
This commit is contained in:
parent
540b235d3b
commit
e28f24ba0d
@ -58,6 +58,9 @@ mybatis:
|
||||
config-location: classpath:mybatis/mybatis-config.xml
|
||||
mapper-locations: classpath*:mybatis/mapper/**/*.xml
|
||||
|
||||
access-control:
|
||||
role-permission: false
|
||||
|
||||
swagger:
|
||||
base-package-list: ink.wgink,cn.com.tenlion
|
||||
|
||||
|
@ -59,6 +59,9 @@ mybatis:
|
||||
config-location: classpath:mybatis/mybatis-config.xml
|
||||
mapper-locations: classpath*:mybatis/mapper/**/*.xml
|
||||
|
||||
access-control:
|
||||
role-permission: false
|
||||
|
||||
swagger:
|
||||
base-package-list: ink.wgink,cn.com.tenlion
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
`user_id` char(36) DEFAULT NULL COMMENT '主键',
|
||||
`area_code` varchar(255) DEFAULT NULL COMMENT '地区编码',
|
||||
`area_name` varchar(255) DEFAULT NULL COMMENT '地区名称',
|
||||
`user_level` varchar(255) DEFAULT NULL COMMENT '地区级别',
|
||||
`user_level` int(2) DEFAULT NULL COMMENT '地区级别',
|
||||
`creator` char(36) DEFAULT NULL COMMENT '创建人',
|
||||
`gmt_create` datetime DEFAULT NULL COMMENT '创建时间',
|
||||
`modifier` char(36) DEFAULT NULL COMMENT '修改人',
|
||||
|
@ -33,7 +33,7 @@
|
||||
watchSlidesProgress: true,
|
||||
slidesPerView: 'auto',
|
||||
centeredSlides: true,
|
||||
loop: true,
|
||||
// loop: true,
|
||||
loopedSlides: 5,
|
||||
// autoplay: true,
|
||||
navigation: {
|
||||
|
Loading…
Reference in New Issue
Block a user