mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #13760 from dataease/fix_url-map
fix: 修复windows 静态地图资源url路径不正确问题 #13748
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user