diff --git a/mes-server/src/main/resources/application.yaml b/mes-server/src/main/resources/application.yaml index ffdb3d16..c1fb05a1 100644 --- a/mes-server/src/main/resources/application.yaml +++ b/mes-server/src/main/resources/application.yaml @@ -5,7 +5,7 @@ spring: name: mes-server profiles: - active: local + active: pro main: @@ -146,6 +146,7 @@ mes: url: http://localhost:8080 # Admin 管理后台 UI 的地址 security: permit-all_urls: + - /admin-api/heli/screen/all - /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,不需要登录 websocket: enable: true # websocket的开关 @@ -182,6 +183,7 @@ mes: tenant: # 多租户相关配置项 enable: true ignore-urls: + - /admin-api/heli/screen/all - /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号 - /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号 - /admin-api/system/captcha/get # 获取图片验证码,和租户无关