Fix Casdoor login URL issue and enhance user experience. Updated organization name in environment variables, improved error handling for login failures, and added automatic redirection to Casdoor login page. Enhanced user interface with new styles for user display in the navigation bar. Updated logging to capture detailed user actions and application events.

This commit is contained in:
2025-12-11 22:24:20 +08:00
parent 539a981567
commit 2d5c5d4c0d
15 changed files with 2189 additions and 523 deletions
+9
View File
@@ -93,6 +93,15 @@
color: white !important;
}
.nav_user_name {
color: rgba(255,255,255,0.9) !important;
padding: 0.5rem 1rem !important;
font-weight: 500;
display: block;
cursor: default;
pointer-events: none;
}
/* 接单平台样式 */
.receive_container {
padding: 20px;