Merge pull request #13760 from dataease/fix_url-map

fix: 修复windows 静态地图资源url路径不正确问题 #13748
This commit is contained in:
王嘉豪
2024-12-03 11:53:49 +08:00
committed by GitHub

View File

@@ -21,8 +21,8 @@ public class StaticResourceConstants {
public static String REPORT_DIR = ensureSuffix(USER_HOME, FILE_SEPARATOR) + "report";
public static String PLUGIN_DIR = ensureSuffix(USER_HOME, FILE_SEPARATOR) + "plugin";
public static String MAP_URL = FILE_SEPARATOR + "map";
public static String GEO_URL = FILE_SEPARATOR +"geo";
public static String MAP_URL = "/map";
public static String GEO_URL = "/geo";
/**
* Upload prefix.