大屏问题
This commit is contained in:
parent
df5117ec6b
commit
cc3b2441e6
@ -5,7 +5,7 @@ spring:
|
|||||||
name: mes-server
|
name: mes-server
|
||||||
|
|
||||||
profiles:
|
profiles:
|
||||||
active: local
|
active: pro
|
||||||
|
|
||||||
|
|
||||||
main:
|
main:
|
||||||
@ -146,6 +146,7 @@ mes:
|
|||||||
url: http://localhost:8080 # Admin 管理后台 UI 的地址
|
url: http://localhost:8080 # Admin 管理后台 UI 的地址
|
||||||
security:
|
security:
|
||||||
permit-all_urls:
|
permit-all_urls:
|
||||||
|
- /admin-api/heli/screen/all
|
||||||
- /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,不需要登录
|
- /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,不需要登录
|
||||||
websocket:
|
websocket:
|
||||||
enable: true # websocket的开关
|
enable: true # websocket的开关
|
||||||
@ -182,6 +183,7 @@ mes:
|
|||||||
tenant: # 多租户相关配置项
|
tenant: # 多租户相关配置项
|
||||||
enable: true
|
enable: true
|
||||||
ignore-urls:
|
ignore-urls:
|
||||||
|
- /admin-api/heli/screen/all
|
||||||
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
|
- /admin-api/system/tenant/get-id-by-name # 基于名字获取租户,不许带租户编号
|
||||||
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
- /admin-api/system/tenant/get-by-website # 基于域名获取租户,不许带租户编号
|
||||||
- /admin-api/system/captcha/get # 获取图片验证码,和租户无关
|
- /admin-api/system/captcha/get # 获取图片验证码,和租户无关
|
||||||
|
Loading…
Reference in New Issue
Block a user