diff --git a/backend/constant/session.go b/backend/constant/session.go
index 446ddfe6a..94fdf462d 100644
--- a/backend/constant/session.go
+++ b/backend/constant/session.go
@@ -5,7 +5,7 @@ const (
SessionName = "psession"
AuthMethodJWT = "jwt"
- JWTHeaderName = "Authorization"
+ JWTHeaderName = "PanelAuthorization"
JWTBufferTime = 3600
JWTIssuer = "1Panel"
diff --git a/frontend/src/views/app-store/installed/detail/index.vue b/frontend/src/views/app-store/installed/detail/index.vue
index 444438a6c..94642524e 100644
--- a/frontend/src/views/app-store/installed/detail/index.vue
+++ b/frontend/src/views/app-store/installed/detail/index.vue
@@ -9,11 +9,15 @@
-
-
- {{ param.showValue && param.showValue != '' ? param.showValue : param.value }}
-
-
+
+
+
+
+ {{ param.showValue && param.showValue != '' ? param.showValue : param.value }}
+
+
+
+