修改登录页面

This commit is contained in:
sj
2022-10-24 14:06:57 +08:00
parent 7e4aa23926
commit db2e7d8b24
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
ENV = 'production' ENV = 'production'
# 页面标题 # 页面标题
VUE_APP_TITLE = 农场管理系统 VUE_APP_TITLE = 后台管理系统
# 农场管理系统/生产环境 # 农场管理系统/生产环境
VUE_APP_BASE_API = '/admin-api' VUE_APP_BASE_API = '/admin-api'
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "yudao-ui-admin", "name": "yudao-ui-admin",
"version": "1.6.2-snapshot", "version": "1.6.2-snapshot",
"description": "农场管理系统", "description": "后台管理系统",
"author": "芋道", "author": "芋道",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
+1 -1
View File
@@ -209,7 +209,7 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100%; height: 100%;
background-image: url("https://pos.upload.lotus-wallet.com/0000/hx.jpg"); background-image: url("");
background-size: cover; background-size: cover;
} }
.title { .title {