fix:优化auth权限,登录逻辑获取信息

This commit is contained in:
Ying
2022-12-02 11:16:57 +08:00
parent 66c75fb6b4
commit 1cba17c91c
31 changed files with 668 additions and 811 deletions

View File

@@ -1,3 +1,9 @@
/*!
* center.css 用户中心样式表 - 2022-10-10
* https://github.com/meystack/swiftadmin
* Copyright (c) meystack
* Licensed Apache2.0
*/
body {
background-color: #eee;
}
@@ -110,7 +116,7 @@ b.msg {
box-shadow: 0 0px 2px 0 rgb(0 0 0 / 15%);
}
.logo-text, layui-logo {
.logo-text, .layui-logo {
color: #959890!important;
}