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'
|
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
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> -->
|
<!-- <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>
|
||||||
|
|||||||
@ -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: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user