diff --git a/env/.env.sit b/env/.env.sit index 70d2af5..cf5b887 100644 --- a/env/.env.sit +++ b/env/.env.sit @@ -3,4 +3,4 @@ VITE_ENV = 'production' VITE_BUILD_MODE = 'sit' # 线上环境接口地址 -VITE_API_URL = 'http://112.29.103.165:1619/zlpt' \ No newline at end of file +VITE_API_URL = 'http://112.29.103.165:1620/zlpt' \ No newline at end of file diff --git a/src/assets/img/loginBg.png b/src/assets/img/loginBg.png new file mode 100644 index 0000000..423f075 Binary files /dev/null and b/src/assets/img/loginBg.png differ diff --git a/src/views/Login.vue b/src/views/Login.vue index 4aefbcd..78d4d84 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -69,6 +69,10 @@ display: flex; align-items: center; justify-content: center; + background-image: url("../assets/img/loginBg.png") ; + background-position: center center; + background-repeat: no-repeat; + background-size: cover; .login-form { width: 500px; height: 360px;