fix
parent
e0ee84cdae
commit
b838bf774e
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue