移动端代码生成预览新增配置

This commit is contained in:
不做码农
2023-08-05 11:22:00 +08:00
parent 9180bb73e4
commit dcb3c55cb1
3 changed files with 14 additions and 7 deletions

View File

@@ -63,7 +63,10 @@
},
//代码生成配置
"gen": {
"autoPre": true, //自动去除表前缀
//是否显示移动端代码生成
"showApp": false,
//自动去除表前缀
"autoPre": true,
"author": "admin",
"tablePrefix": "sys_", //"表前缀(生成类名不会包含表前缀,多个用逗号分隔)",
"vuePath": "", //前端代码存储路径egD:\Work\ZRAdmin-Vue3