集成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:
奇淼(piexlmax
2023-08-04 17:03:21 +08:00
committed by GitHub
parent ab29267d64
commit 350f4572ed
24 changed files with 640 additions and 822 deletions

View File

@@ -4,7 +4,7 @@ import (
"github.com/flipped-aurora/gin-vue-admin/server/global"
systemReq "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
"github.com/gin-gonic/gin"
"github.com/gofrs/uuid"
"github.com/gofrs/uuid/v5"
)
func GetClaims(c *gin.Context) (*systemReq.CustomClaims, error) {