Commit Graph
2227 Commits
Author SHA1 Message Date
奇淼(piexlmax 28eea6138a Merge pull request #987 from songzhibin97/master
fix:config write back
2022-03-28 22:29:21 +08:00
songzhibin97 a95e966700 fix:config write back 2022-03-28 20:38:27 +08:00
奇淼(piexlmax c5439ba8f2 Merge pull request #986 from flipped-aurora/fix-config
Fix config
2022-03-28 12:31:52 +08:00
piexlmax 31f8876c76 增加登录遮罩 2022-03-28 12:23:41 +08:00
piexlmax 6731e674bc 修复右上角抽搐现象 2022-03-28 12:00:04 +08:00
piexlmax 9af1068591 前端对应调整config 2022-03-27 19:58:37 +08:00
奇淼(piexlmax 8992f860fb Merge pull request #984 from songzhibin97/master
fix:#977
2022-03-27 19:33:59 +08:00
songzhibin97 54e7043da5 feat:viper write back 2022-03-27 17:07:05 +08:00
songzhibin97 a68b2c51cd fix:977 2022-03-27 16:52:11 +08:00
songzhibin97 37f2ab9eb7 Merge remote-tracking branch 'upstream/main' 2022-03-27 16:21:48 +08:00
piexlmax 68576f4c32 初始化 config.yaml 2022-03-26 14:59:05 +08:00
piexlmax 0227a66711 自动化代码不同包结构体不再冲突 2022-03-26 14:44:23 +08:00
piexlmax 5e26a38fab Merge branch 'main' of github.com:flipped-aurora/gin-vue-admin 2022-03-26 14:23:02 +08:00
piexlmax f9e7a8c9d7 版本号 v2.5.0 => v2.5.1 beta 2022-03-26 14:22:40 +08:00
5c5da6df89 自动化代码可分包 (#982)
* [style] 修改右上角图标,选择统一风格的iconfont

* 增加路由排错处理

* 未输入tablename时前端自动生成下划线表名方式回滚误删表

* 支持自动化生成package功能

Co-authored-by: bypanghu <bypanghu@163.com>
Co-authored-by: songzhibin97 <718428482@qq.com>
2022-03-26 14:13:26 +08:00
weiyunxiao 1c9302c61a 修复当字典没有详情列表时,删除字典提示失败的问题 (#976) 2022-03-24 10:28:19 +08:00
piexlmax c0d2c040e3 排除json循环引用的bug 2022-03-23 22:58:35 +08:00
songzhibin97 1845e2d9c1 mg 2022-03-21 10:19:51 +08:00
Leonardandyangping f8a671a534 fixed(api/v1/example/exa_excel.go): 下载模版失败 (#916)
Co-authored-by: yangping <yangping@66nao.com>
2022-03-16 18:41:47 +08:00
songzhibin97 e6366a9da9 Fix #942 #957
* fix:#957
* fix:#942
2022-03-16 18:21:15 +08:00
songzhibin97 61fad9eff1 fix:#957 2022-03-16 16:05:34 +08:00
Kevin Wan 2327b9efd1 chore: update docs of go-zero (#954) 2022-03-15 15:43:38 +08:00
junstyle 3682dce8f7 JSON.stringify出现循环引用错误 (#951)
JSON.stringify出现循环引用错误
2022-03-15 14:41:22 +08:00
奇淼(piexlmax 04b0f4f2c0 Update README.md 2022-03-15 14:31:33 +08:00
piexlmax 8bf33f1079 Merge branch 'main' of github.com:flipped-aurora/gin-vue-admin 2022-03-14 15:08:52 +08:00
piexlmax 6c67c8a9e3 修复面包屑 2022-03-14 15:08:30 +08:00
cubeerand奇淼(piexlmax 8957a25c83 spelling corrected: initMsqlDB -->initMysqlDB (#949)
* spell corrected:  initMsqlDB -->initMysqlDB

Co-authored-by: 奇淼(piexlmax <qimiaojiangjizhao@gmail.com>
2022-03-14 14:56:44 +08:00
无星夜 cdf65a9271 Fix invalid orderKey (#950)
* fix unmatched type of id field

* fix invalid order key
2022-03-14 14:54:05 +08:00
piexlmax 3ab05808d6 Merge branch 'main' of github.com:flipped-aurora/gin-vue-admin 2022-03-14 14:51:15 +08:00
piexlmax 531c8a27e6 修复批量删除按钮失效问题 2022-03-14 14:51:02 +08:00
piexlmax 00a62e6af1 修复批量删除按钮失效问题 2022-03-14 14:49:44 +08:00
tscuite b5978ca53e 隐藏actios错误提示,Update docker-compose.yaml (#946)
* 隐藏actios错误提示

* Update docker-compose.yaml
2022-03-10 18:23:42 +08:00
53f5c482e8 修复 开发环境中使用docker的一些问题 📝 (#944)
* 修复docker 开发环境问题 📝

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: tscuite <64051240+tscuite@users.noreply.github.com>
2022-03-10 16:54:38 +08:00
奇淼(piexlmax 8caec2ce51 Update README.md 2022-03-10 15:39:02 +08:00
奇淼(piexlmax 974b97513f Merge pull request #939 from junstyle/main 2022-03-03 11:52:08 +08:00
junstyle 6fa713c4d2 这个isSame有问题
route1.query={}
route2.query={a:1}
route1的query,params为空时,还是会返回true
2022-03-02 20:05:42 +08:00
tscuite e6ac827e86 修复线上表单显示 (#935)
修复线上表单显示
2022-03-01 12:47:43 +08:00
piexlmax 4e8966e27a 修复keepalive问题 #934 #903,调整刷新功能,增加页面跳转动画。 2022-03-01 12:40:56 +08:00
piexlmax 573ae68911 增加角色按钮数据库备注 2022-02-28 11:54:10 +08:00
奇淼(piexlmax 3662c229ed Update README.md 2022-02-28 10:10:36 +08:00
RebellioncryandRebellioncry e0e0e7823c AwsS3新增配置属性,可以兼容minio (#932)
Co-authored-by: Rebellioncry <23714@aomai.com>
2022-02-26 20:28:11 +08:00
piexlmax 1d0d00e207 Merge remote-tracking branch 'origin/main' 2022-02-26 20:23:18 +08:00
piexlmax 8a5f060360 发布2.5.0正式版 2022-02-26 20:22:40 +08:00
songzhibin97 2172db4359 fix: 规范yaml 2022-02-25 14:50:42 +08:00
piexlmax 93872f9f9c fixed:#933 调整vite版本到2.8.0 2022-02-24 18:16:41 +08:00
piexlmax c676ac122f Merge remote-tracking branch 'origin/main' 2022-02-24 12:03:58 +08:00
piexlmax 05d560c153 修复拷贝角色的错误提示 2022-02-24 12:03:37 +08:00
1e9b44d365 fixed:调整v2.5.0测试版bug (#931)
* update readme badge for en

* server/middleware/operation.go : fix 当记录日志当请求为GET时,不对query参数进行记录

* update element badge to element--plus-2.0.1-green

* fix unmatched type of id field

* update badge for vue gorm in readme

* fixed:#917

Co-authored-by: helight <helight@helight.info>
Co-authored-by: wan9xy <wan9xy@qq.com>
Co-authored-by: he <trumanhe0@gmail.com>
Co-authored-by: 无星夜 <31583810+TrumanH@users.noreply.github.com>
2022-02-24 11:49:37 +08:00
piexlmax a8caeb789d 调整其他操作对按钮权限产生的影响 2022-02-24 10:52:29 +08:00
helight 1c33ec8975 update reade gin badge to 1.7.0 (#925) 2022-02-22 11:01:35 +08:00