admin
2019-08-26 d28bed1a1275131a5ca37f7da37961e2b518ac07
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();