fix:登录页面修改

This commit is contained in:
17630416519 2026-01-14 17:17:34 +08:00
parent 107a343540
commit 2ca3d56ff2
6 changed files with 8 additions and 4 deletions

2
.env
View File

@ -1,3 +1,3 @@
# 页面标题 # 页面标题
VITE_APP_TITLE = '上海干巷总装车间LMES' VITE_APP_TITLE = 'Valeo-Line-Mes'

View File

@ -1,7 +1,7 @@
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
VITE_APP_API_HOST = 'http://localhost:8876' VITE_APP_API_HOST = 'http://localhost:8877'
# 开发环境 # 开发环境
VITE_APP_BASE_API = '/dev-api' VITE_APP_BASE_API = '/dev-api'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 21 KiB

BIN
src/assets/images/title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -2,10 +2,14 @@
<!-- <starBackground></starBackground> --> <!-- <starBackground></starBackground> -->
<div class="login-wrap"> <div class="login-wrap">
<div class="logo"> <div class="logo">
<img src="@/assets/images/title.jpg" alt="" /> <img src="@/assets/images/title.png" alt="" />
</div> </div>
<div class="login"> <div class="login">
<h3 class="title">{{ defaultSettings.title }}</h3> <h3 class="title">{{ defaultSettings.title }}</h3>
<div style="display: flex; justify-content: center; align-items: center;">
<img src="@/assets/images/logo.png" alt="">
</div>
<div style="display: flex; justify-content: center; align-items: center"> <div style="display: flex; justify-content: center; align-items: center">
<!-- <img src="@/assets/images/logo.png" alt="" /> --> <!-- <img src="@/assets/images/logo.png" alt="" /> -->
</div> </div>

View File

@ -46,7 +46,7 @@ export default defineConfig(({ mode, command }) => {
}, },
// vite 相关配置 // vite 相关配置
server: { server: {
port: 8877, port: 8800,
host: true, host: true,
open: true, open: true,
proxy: { proxy: {