From cc3b2441e6a4c7549ee2510df5256b9f687164df Mon Sep 17 00:00:00 2001 From: Ledo Date: Thu, 28 Aug 2025 12:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes-server/src/main/resources/application.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 # 获取图片验证码,和租户无关