diff --git a/.env.development b/.env.development index de7243a..26a51dd 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 全医通护理站管理平台 +VUE_APP_TITLE = 泉医到家护理站管理平台 # 开发环境配置 ENV = 'development' -# 全医通护理站管理平台/开发环境 +# 泉医到家护理站管理平台/开发环境 # VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = 'http://192.168.16.64:8080' diff --git a/.env.production b/.env.production index efbafa1..c9d5454 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 全医通护理站管理平台 +VUE_APP_TITLE = 泉医到家护理站管理平台 # 生产环境配置 ENV = 'production' -# 全医通护理站管理平台/生产环境 +# 泉医到家护理站管理平台/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/.env.staging b/.env.staging index af99706..983cf61 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 全医通护理站管理平台 +VUE_APP_TITLE = 泉医到家护理站管理平台 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 全医通护理站管理平台/测试环境 +# 泉医到家护理站管理平台/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/src/assets/images/mian.png b/src/assets/images/mian.png deleted file mode 100644 index 19f5704..0000000 Binary files a/src/assets/images/mian.png and /dev/null differ diff --git a/src/views/login.vue b/src/views/login.vue index 554af1d..31f5a5f 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -13,7 +13,7 @@ type="text" auto-complete="off" placeholder="账号" - style="width: 300px;" + style="width: 310px" > -