feat(): 环境切换

qzc-dev-demo
李神峰 2025-04-16 13:58:22 +08:00
parent b234839cee
commit eb2dcb281c
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
GENERATE_SOURCEMAP=false
PUBLIC_URL=/tsg
REACT_APP_API_URL=http://local.gunshiiot.com:18083
REACT_APP_API_URL=http://223.75.53.141:83

BIN
src/views/Login/img/bg1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -1,6 +1,6 @@
.login-root {
height: 100vh;
background: url(./img/bg.png) 0 0 no-repeat;
background: url(./img/bg1.png) 0 0 no-repeat;
background-size:100% 100%;
display: flex;
justify-content: end;