admin
2019-09-06 2012b3b5db3c6b06535a68f775bcc81b16151b90
fanli/src/main/java/com/yeshi/fanli/util/FileUtil.java
@@ -67,7 +67,7 @@
      String os = System.getProperty("os.name");
      if (os.toLowerCase().startsWith("win")) {
         File f = new File("D:/cache");
         File f = new File("C:/cache");
         if (!f.exists())
            f.mkdirs();
         return f.getPath();