zhangwenjian
722de8ea65
chore 🔧 : move the generator templates to v2 as well
...
The code generator writes Go files, and its templates still spelled the
old import paths, so a module generated after this migration did not
compile: the router it emits declares InitBusinessRouter with the v1
*GinJWTMiddleware while common.AuthInit now returns the v2 type.
Two of the paths moved rather than gaining a /v2 segment - the jwtauth
and response shims under sdk/pkg are gone in v2 - so this is not the
same rewrite the Go files got.
2026-08-23 13:28:17 +08:00
wenjianzhang
3f995735e9
Merge pull request #834 from hosea3000/edit-no-confirm
...
点击编辑的时候不需要弹框确认,交互不太友好
2025-05-20 11:41:02 +08:00
Hosea
98cf3ad95a
fix 🐛 : 点击编辑的时候不需要弹框确认,交互不友好
2025-05-20 10:57:36 +08:00
Hosea
8649d8d791
fix 🐛 : 修复自动生成代码时选择字段类型为int64, 前端提交还是string 导致报错的问题
2025-05-13 15:48:45 +08:00
wenjianzhang
239159dd2a
fix 🐛 : Fix the problem that el-popconfirm does not take effect
2023-11-02 17:08:58 +08:00
zgxme
f1dfba79e0
[fix](gen) ignore default time type columns in table
2023-09-09 22:59:45 +08:00
wenjianzhang
ac971bda4b
fix 🐛 : 忽略pkg包
2022-12-08 18:00:33 +08:00
zhaoyidong
3685510d25
fix 🐛 :模板Update方法,err没有被赋值,返回的err永远是nil
2022-09-07 20:08:17 +08:00
zhaoyidong
4df859a0ea
fix 🐛 :排序参数必须用string接收
...
优化了代码生成的格式,最后的空行无法删除,删除之后}前面会增加空格
2022-09-06 14:10:27 +08:00
zhaoyidong
5b1405391e
fix 🐛 :去除模板中的多余空格
2022-08-18 18:36:50 +08:00
zhaoyidong
62d9084ee8
修复模板get update delete错误
2022-08-16 11:41:28 +08:00
zhaoyidong
e8b9db1df5
删除模板中间件重复初始化代码
...
go-admin app -n 创建目录,重复初始化会导致获取不到body中的参数
2022-08-13 17:37:55 +08:00
wenjianzhang
9c8974a26e
fix 🐛 : 修复前端设置数据权限不生效问题
...
fix🐛 : 修复前端设置数据权限不生效问题
2022-03-05 11:23:41 +08:00
horizonzy
b52da434bb
fix code gen problem.
2022-01-31 13:00:21 +08:00
horizonzy
3cfa7a2767
fix code gen problem.
2022-01-31 12:00:26 +08:00
inits
abdc80b756
修复前端设置数据权限不生效问题
2022-01-10 10:21:10 +08:00
zhangwenjian
b5a57e6dd9
refactor 🎨 : 优化生成功能的修改和删除询问提示
2021-08-10 03:36:20 +08:00
zhangwenjian
2decf43b4c
fix 🐛 : 统一生成后的路由
2021-08-10 03:35:36 +08:00
zhangwenjian
e42191c6af
fix 🐛 : 修复代码生成字典的问题 ( #523 #517 )
2021-08-06 10:00:17 +08:00
zhangwenjian
8b01126e0f
fix 🐛 : 修复createapp时的问题( #493 )
2021-07-22 23:03:44 +08:00
zhangwenjian
57d128144d
feat ✨ : Add the createapp command
2021-07-14 11:48:40 +08:00
zhangwenjian
37d318b4d9
feat ✨ : vue-cli@3 升级为 vue-cli@4、Change Node Sass to Dart Sass、代码生成工具
...
1. vue-cli@3 升级为 vue-cli@4
2. Change Node Sass to Dart Sass
3. 代码生成工具
2021-07-04 05:46:20 +08:00
zhangwenjian
d82129d364
refactor 🎨 : 代码生成模版升级
2021-06-30 22:35:49 +08:00
zhangwenjian
3fd34db3c1
docs 📝 : 修改接口文档
2021-06-29 16:30:47 +08:00
wenjianzhang
91b93a3f48
refactor 🎨 :模版升级
2021-06-24 20:21:40 +08:00
zhangwenjian
372248c819
Merge branch 'dev'
2021-06-13 23:07:37 +08:00
zhangwenjian
4a2aa02210
refactor 🎨 : 批量修改通过id获取详情返回消息
2021-06-13 21:14:17 +08:00
ninstein
b5bfece9f1
bugfix:必填字段判断错误修复
2021-05-31 21:12:04 +08:00
ninstein
7d8c5a1ce7
bugfix:修复“关联表下拉”字段搜索未生效bug
...
并允许清空搜索值
2021-05-30 19:38:22 +08:00
ninstein
a02f01453d
列表页时间字段美化
2021-05-28 22:09:43 +08:00
wenjianzhang
44545f3d5b
feat ✨ 结构统一调整
2021-05-20 22:59:09 +08:00
CunYu
09cc51e5de
fix 🐛 修复vue模板的条件判断 #423
2021-05-15 09:03:01 +08:00
wenjianzhang
abcdf880fd
refactor 🎨 优化模版
2021-05-12 18:46:23 +08:00
wenjianzhang
03eaad5b8b
feat ✨ 统一api生成路径
2021-05-11 08:37:27 +08:00
wenjianzhang
50a5d6f48d
feat ✨ 更新service
2021-05-07 19:57:09 +08:00
wenjianzhang
946a53cb2b
feat ✨ 模版格式化
2021-05-07 19:02:06 +08:00
wenjianzhang
debe808f83
feat ✨ 优化dto模版
2021-05-07 18:52:42 +08:00
wenjianzhang
e219463505
feat ✨ 升级模版
2021-05-07 18:46:12 +08:00
wenjianzhang
009866ee31
feat ✨ :更新api写法,同步调整模版
2021-05-07 17:56:15 +08:00
wenjianzhang
14db1e802c
feat ✨ : 添加字段验证
2021-04-08 18:43:17 +08:00
linwenxiang
93625a6d9f
format 🥚 :模版生成优化
2021-03-25 14:45:39 +08:00
linwenxiang
4182bac3a2
修改模版,优化生成的swagger
2021-03-24 22:20:23 +08:00
linwenxiang
12893fc09d
修复swagger无法生成文档
2021-03-24 18:52:59 +08:00
wenjianzhang
0c802ad366
feat ✨ :菜单配置迁移脚本功能
2021-03-17 19:15:49 +08:00
linwenxiang
9bf9330410
api层写法统一
2021-03-12 16:02:29 +08:00
linwenxiang
8a471e1db7
修复模版不兼容actions模式生成
...
迁移重复问题
2021-03-11 22:19:12 +08:00
wenjianzhang
75b529d7b0
ormat 🥚 :优化生成模版
2021-03-11 14:56:15 +08:00
wenjianzhang
a43413d1ff
ormat 🥚 :优化代码
2021-03-11 14:54:34 +08:00
linwenxiang
25d8364bf4
修改,兼容go-admin sdk方案
2021-03-09 19:12:49 +08:00
linwenxiang
21a81a534c
部分bug修复
2021-03-07 15:37:14 +08:00