diff --git a/.env.development b/.env.development index c4939ef..e54b5c9 100644 --- a/.env.development +++ b/.env.development @@ -1,12 +1,12 @@ # 页面标题 -VUE_APP_TITLE = 泉医通护理站管理平台 +VUE_APP_TITLE = 泉医到家运营管理平台 # 开发环境配置 ENV = 'development' -# 泉医通护理站管理平台/开发环境 +# 泉医到家运营管理平台/开发环境 # VUE_APP_BASE_API = '/dev-api' -VUE_APP_BASE_API = 'http://192.168.16.30:8080' +VUE_APP_BASE_API = 'http://192.168.16.49:8080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index a07777e..6e694c4 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 ad9db97..ce50471 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/bg2.png b/src/assets/images/bg2.png new file mode 100644 index 0000000..1875913 Binary files /dev/null and b/src/assets/images/bg2.png differ diff --git a/src/assets/images/bg3.png b/src/assets/images/bg3.png new file mode 100644 index 0000000..098718c Binary files /dev/null and b/src/assets/images/bg3.png differ diff --git a/src/assets/images/body.png b/src/assets/images/body.png new file mode 100644 index 0000000..87b323e Binary files /dev/null and b/src/assets/images/body.png differ diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 46e0b3b..a2d0018 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ export default { }, data() { return { - title: '泉医到家护理站管理平台', + title: '泉医到家运营管理平台', logo: logoImg } } diff --git a/src/layout/index.vue b/src/layout/index.vue index f048657..c41bd8b 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -3,6 +3,7 @@