mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 12:32:25 +00:00
集成tailwindcss 替换新的登陆页面和版权信息组件 (#1499)
* 集成tailwindcss * fix: 修改登录,init 页面 * Update package.json * 升级可升级的第三方库到新版本 * 细节调整 --------- Co-authored-by: bypanghu <bypanghu@163.com> Co-authored-by: task <121913992@qq.com>
This commit is contained in:
committed by
GitHub
co-authored by
bypanghu
task
parent
ab29267d64
commit
350f4572ed
@@ -1,7 +1,7 @@
|
||||
package request
|
||||
|
||||
import (
|
||||
"github.com/gofrs/uuid"
|
||||
"github.com/gofrs/uuid/v5"
|
||||
jwt "github.com/golang-jwt/jwt/v4"
|
||||
)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ package system
|
||||
|
||||
import (
|
||||
"github.com/flipped-aurora/gin-vue-admin/server/global"
|
||||
"github.com/gofrs/uuid"
|
||||
"github.com/gofrs/uuid/v5"
|
||||
)
|
||||
|
||||
type SysUser struct {
|
||||
|
||||
Reference in New Issue
Block a user