提交 38fe9861 编写于 作者: WodahsOrez's avatar WodahsOrez

fix: 还原

上级 d9e87a5a
...@@ -122,7 +122,7 @@ public class CodegenConfig { ...@@ -122,7 +122,7 @@ public class CodegenConfig {
} }
else { else {
String path=file.getPath().replace("\\","/"); String path=file.getPath().replace("\\","/");
templateDefinitions.add(new TemplateDefinition(path.replace(this.getTemplateDir(),"").toString())); templateDefinitions.add(new TemplateDefinition(Paths.get("/",path.replace(this.getTemplateDir(),"")).toString()));
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册