Commit cace2971 authored by suhuiguang's avatar suhuiguang

1.增加权限开关

parent 6289a319
...@@ -94,4 +94,15 @@ spring.servlet.multipart.maxRequestSize=3MB ...@@ -94,4 +94,15 @@ spring.servlet.multipart.maxRequestSize=3MB
supervision.feign.name=AMOS-SUPERVISION-API supervision.feign.name=AMOS-SUPERVISION-API
video.fegin.name=VIDEO888 video.fegin.name=VIDEO888
latentDanger.feign.name=AMOS-LATENT-DANGER latentDanger.feign.name=AMOS-LATENT-DANGER
\ No newline at end of file #权限配置
#权限标识-机场单位
auth-key-org-user=org_user_info
#消防队伍
auth-key-fire-team=fire_team_info
#消防水源
auth-key-fire-water=fire_water_info
#微型消防站
auth-key-fire-station=fire_station_info
#权限开关: true 启用权限 false 不启用
mybatis.interceptor.enabled = false
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment