更改页签名、登录页名

This commit is contained in:
tao
2026-01-08 11:08:54 +08:00
parent 281e1dfc83
commit ef5eae7e0f
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>工业 HMI 自动采集设备</title> <title>宏禧 MES 过站平台</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

BIN
src/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -99,7 +99,7 @@ refreshCaptcha()
<div class="login-header"> <div class="login-header">
<h2 class="login-title"> <h2 class="login-title">
<i-lucide-cpu class="title-icon" /> <i-lucide-cpu class="title-icon" />
工业控制系统 HMI 宏禧 MES 过站平台
</h2> </h2>
<p class="login-subtitle">请登录您的账户</p> <p class="login-subtitle">请登录您的账户</p>
</div> </div>