1.echarts配置地址调整

2.pms暂态报告代码调整
This commit is contained in:
wr
2024-02-05 14:02:50 +08:00
parent c8525f477a
commit 68b7425a4e
2 changed files with 5 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ import java.util.*;
public class DrawPicUtil {
//目前写死,后续作为配置
private final String URL = "http://192.168.1.18:5174/picture";
private final String URL = "http://192.168.1.24:5174/picture";
/**