go-admin icon indicating copy to clipboard operation
go-admin copied to clipboard

FixBug: update user.go, solve login bug interface conversion:

Open jin06 opened this issue 2 years ago • 1 comments

  • Environment: DB: mysql orm: unuse

  • Description:

When I have installed go-admin, and I login on 127.0.0.1/admin/login use default admin/123456. I found this error image

. This is because interface converse in line353 plugins/admin/models/user.go. And in my db, there is some menu that don't have parent

  • Solve

I remove the rows that without parent_id.

jin06 avatar Jul 21 '23 09:07 jin06

mysql 驱动版本问题

Zyn0423 avatar Oct 08 '23 09:10 Zyn0423