Commit e1906fe812af74948779528966fd7658f5a447f8

Authored by 胡翰林
1 parent 0ea27121

环境配置修改

... ... @@ -29,7 +29,7 @@ import java.util.List;
29 29 @Component
30 30 public class JFChartUtils {
31 31
32   - public static final String OUTPUT_DIR = "/web/report/analysis/";
  32 + public static final String OUTPUT_DIR = "/tmp/report/analysis/";
33 33 private static final String PIC_DIR = OUTPUT_DIR + "pic/";
34 34
35 35 public static List<Color> colorList = new ArrayList<>();
... ...