issues Search Results · repo:go-admin-team/go-admin language:Go
Filter by
498 results
(83 ms)498 results
ingo-admin-team/go-admin (press backspace or delete to remove)What problem does this feature solve?
有个疑问,可以看到sys_user中直接关联了部门ID,和角色ID。但是还看到存在一个sys_role_dept部门和角色的关联表,这个表是否可以认为是废弃的?
What does the proposed API look like?
如果没有废弃,想了解这个表的作用是什么
!-- generated by go-admin-issue-helper. ...
Inactive
knight0zh
- 1
- Opened on Dec 31, 2024
- #826
Reproduction link
https://github.com/go-admin-team/go-admin
Steps to reproduce
在mac air(m3)的机器上build或者运行go后端项目 然后就会出现:
进程 已完成,退出代码为 137 (interrupted by signal 9:SIGKILL)
What is expected?
期望在mac上能够正确运行 ...
Inactive
zgx949
- 1
- Opened on Dec 31, 2024
- #825
type AdapterCache interface {
String() string
Get(key string) (string, error)
Set(key string, val interface{}, expire int) error
Del(key string) error
HashGet(hk, key string) (string, error)
HashDel(hk, ...
Inactive
zxiubo
- 1
- Opened on Nov 29, 2024
- #824
我看到日志记录里这个函数写了段注释,
image
but不是很懂, 为啥后续即将弃用,是有了更好的实现吗?
Inactive
lovelyJason
- 1
- Opened on Nov 11, 2024
- #823
跟踪了一下该框架的token刷新机制,发现存在一些漏洞
1. 刷新token ui接口(post /refreshtoken)与后台服务接口(GET
/api/v1/refresh_token)没有对应上,当然前端压根就没有刷新token机制,也就是没有实现无感续期token,所以也就从来没发现接口错了。
2. 后端没有区分业务token与续期token,全都使用同个token,业务token是长时间使用,且容易泄露,一旦拿到业务token就可以调用get ...
Inactive
dangweiwu
- Opened on Oct 29, 2024
- #820
Reproduction link
https://github.com/go-admin-team/go-admin
Steps to reproduce
直接启动项目,可在编辑器观察到多处“err is never
used”警告。这导致了部分err被忽略,例如:app/other/apis/sys_server_monitor.go:52,如果startTime变量解析失败,但是endTime解析成功,那么这个错误会被忽略(我承认,这是一个小概率会发生的事件) ...
Inactive
Tiper-In-Github
- 1
- Opened on Oct 26, 2024
- #819
Element UI vue demo:https://vue2.go-admin.dev
账号 / 密码: admin / 123456
Arco Design vue3 demo:https://vue3.go-admin.dev
账号 / 密码: admin / 123456
antd demo:https://antd.go-admin.pro/
账号 / 密码: admin / ...
chaseSpace
- 3
- Opened on Oct 16, 2024
- #818

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.