|
|
@@ -130,7 +130,7 @@ async def oauth_login_page(
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <title>SSO登录 - {app_name}</title>
|
|
|
+ <title>四川路桥AI后台管理平台 - {app_name}</title>
|
|
|
<style>
|
|
|
body {{
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
|
@@ -223,7 +223,7 @@ async def oauth_login_page(
|
|
|
<body>
|
|
|
<div class="login-container">
|
|
|
<div class="login-header">
|
|
|
- <h1>🔐 SSO登录</h1>
|
|
|
+ <h1>🔐 四川路桥AI后台管理平台</h1>
|
|
|
<p>请登录以继续访问应用</p>
|
|
|
</div>
|
|
|
|