diff --git a/.env.production b/.env.production index 0baf8bfc8..0c76ced3d 100644 --- a/.env.production +++ b/.env.production @@ -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 diff --git a/src/views/Login/img/bg1.png b/src/views/Login/img/bg1.png new file mode 100644 index 000000000..dfda1a0a5 Binary files /dev/null and b/src/views/Login/img/bg1.png differ diff --git a/src/views/Login/index.less b/src/views/Login/index.less index 828303a7f..9ab0426ae 100644 --- a/src/views/Login/index.less +++ b/src/views/Login/index.less @@ -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;