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

This commit is contained in:
fit2cloud-chenyw 2024-11-07 15:19:01 +08:00
parent 4b827be5c0
commit 1f1bae598a

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