fix 代码生成路径大小写问题

This commit is contained in:
不做码农
2022-01-04 16:09:03 +08:00
parent 3c0769b869
commit 7c4f3c97c2
8 changed files with 35 additions and 40 deletions

View File

@@ -70,7 +70,7 @@ $end
$if(showCustomInput)
changeSort
$end
} from '@/api/${genTable.ModuleName}/${lowerBusinessName}.js';
} from '@/api/${tool.FirstLowerCase(genTable.ModuleName)}/${lowerBusinessName}.js';
export default {
name: "${lowerBusinessName}",