fix:登录页面修改
This commit is contained in:
parent
107a343540
commit
2ca3d56ff2
2
.env
2
.env
@ -1,3 +1,3 @@
|
||||
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = '上海干巷总装车间LMES'
|
||||
VITE_APP_TITLE = 'Valeo-Line-Mes'
|
||||
@ -1,7 +1,7 @@
|
||||
# 开发环境配置
|
||||
ENV = 'development'
|
||||
|
||||
VITE_APP_API_HOST = 'http://localhost:8876'
|
||||
VITE_APP_API_HOST = 'http://localhost:8877'
|
||||
|
||||
# 开发环境
|
||||
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
BIN
src/assets/images/title.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@ -2,10 +2,14 @@
|
||||
<!-- <starBackground></starBackground> -->
|
||||
<div class="login-wrap">
|
||||
<div class="logo">
|
||||
<img src="@/assets/images/title.jpg" alt="" />
|
||||
<img src="@/assets/images/title.png" alt="" />
|
||||
</div>
|
||||
<div class="login">
|
||||
<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">
|
||||
<!-- <img src="@/assets/images/logo.png" alt="" /> -->
|
||||
</div>
|
||||
|
||||
@ -46,7 +46,7 @@ export default defineConfig(({ mode, command }) => {
|
||||
},
|
||||
// vite 相关配置
|
||||
server: {
|
||||
port: 8877,
|
||||
port: 8800,
|
||||
host: true,
|
||||
open: true,
|
||||
proxy: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user