大屏问题

This commit is contained in:
Ledo 2025-08-28 12:37:49 +08:00
parent df5117ec6b
commit cc3b2441e6

View File

@ -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 # 获取图片验证码,和租户无关