src/main/java/com/zy/common/utils/NavigateMapData.java
@@ -29,11 +29,11 @@ private Integer lev;//地图楼层 public NavigateMapData() { this.lev = 1; public Integer getLev() { return lev; } public NavigateMapData(Integer lev) { public void setLev(Integer lev) { this.lev = lev; } @@ -65,6 +65,8 @@ map[j++] = tmp; } return map; // String mapFilename = "map_" + lev + ".json"; // ClassPathResource classPathResource = new ClassPathResource(mapFilename); // InputStream inputStream = classPathResource.getInputStream();