back_recharge
gaojie 2019-01-23 12:10:43 +08:00
parent e0ee84cdae
commit b838bf774e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class SysUtil {
if (SysUtil.isWindows()) {// Window 系统
path.append(new File(".").getCanonicalPath()).append(File.separator);
}else {
path.append("..\\");
path.append("../");
}
return path.toString();
}