gin-vue icon indicating copy to clipboard operation
gin-vue copied to clipboard

gin+gorm+jwt+vue

Results 4 gin-vue issues
Sort by recently updated
recently updated
newest added

在局域网内访问vue-admin前端服务,点击Login按钮提示“Network error”!

vue登陆请求中login成功,但是获取用户信息失败..... ![image](https://user-images.githubusercontent.com/20376675/120753731-2f787600-c53e-11eb-840d-d94f50452c51.png) 我尝试把`gin-vue-master\routers\api\v1\auth.go`中jwt更改为`v2`版本,问题解决 ``` jwt "github.com/appleboy/gin-jwt/v2" ```

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.9.0. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.0 Changelog BREAK CHANGES Stop useless panicking in context and render #2150 BUG FIXES fix(router): tree bug where...

dependencies
go