多模块重构 11:代码生成器,优化展示

This commit is contained in:
YunaiV
2022-02-03 10:18:07 +08:00
parent 8e3d7663bb
commit db9bae05b0
4 changed files with 49 additions and 193 deletions

View File

@ -229,7 +229,8 @@ public class CodegenEngine {
}
private static String vueFilePath(String path) {
return "vue/" + path;
return "yudao-ui-${sceneEnum.basePackage}/" + // 顶级目录
"src/" + path;
}
}