diff --git a/.env.development b/.env.development index b6d3a2e..a1cad3d 100644 --- a/.env.development +++ b/.env.development @@ -1,11 +1,11 @@ # 页面标题 -VUE_APP_TITLE = 新医路新版小程序管理系统 +VUE_APP_TITLE = 新医路健康管理平台 # 开发环境配置 ENV = 'development' -# 新医路新版小程序管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.16.76:8088' +# 新医路健康管理平台/开发环境 +VUE_APP_BASE_API = 'http://192.168.16.35:8088' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index 4ad2b7c..53ddf68 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 新医路新版小程序管理系统 +VUE_APP_TITLE = 新医路健康管理平台 # 生产环境配置 ENV = 'production' -# 新医路新版小程序管理系统/生产环境 +# 新医路健康管理平台/生产环境 VUE_APP_BASE_API = 'http://192.168.16.76:8088' diff --git a/.env.staging b/.env.staging index e7b64b5..20ce7dd 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/package.json b/package.json index bff0db0..f2fcc34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xinelu", "version": "3.8.3", - "description": "新医路新版小程序管理系统", + "description": "新医路健康管理平台", "author": "新医路", "license": "MIT", "scripts": { diff --git a/src/assets/images/background.png b/src/assets/images/background.png new file mode 100644 index 0000000..936e6ae Binary files /dev/null and b/src/assets/images/background.png differ diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png new file mode 100644 index 0000000..1fd186a Binary files /dev/null and b/src/assets/images/logo.png differ diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 6960309..95e4ceb 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -14,7 +14,7 @@ diff --git a/vue.config.js b/vue.config.js index b304b89..2e7a48d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ function resolve(dir) { const CompressionPlugin = require('compression-webpack-plugin') -const name = process.env.VUE_APP_TITLE || '新医路新版小程序管理系统' // 网页标题 +const name = process.env.VUE_APP_TITLE || '新医路健康管理平台' // 网页标题 const port = process.env.port || process.env.npm_config_port || 80 // 端口