fix(仪表板): 分享链接在线地图无法加载

This commit is contained in:
fit2cloud-chenyw 2024-11-07 15:19:01 +08:00
parent d6beec8eed
commit 88bc7af9d7

View File

@ -19,7 +19,7 @@ import java.util.List;
@Component
public class LinkInterceptor implements HandlerInterceptor {
private final static String whiteListText = "/user/ipInfo, /apisix/check, /datasetData/enumValueObj, /dekey, /share/validate";
private final static String whiteListText = "/user/ipInfo, /apisix/check, /datasetData/enumValueObj, /dekey, /share/validate, /sysParameter/queryOnlineMap";
@Override