From e11284220206db4378903bb6605cf412febd5a73 Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 6 Dec 2023 09:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +++--- .env.production | 6 +++--- .env.staging | 4 ++-- package.json | 3 ++- src/layout/components/Sidebar/Logo.vue | 2 +- src/views/index.vue | 2 +- src/views/login.vue | 2 +- vue.config.js | 2 +- 8 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.env.development b/.env.development index a1cad3d..692b35b 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.35:8088' +# 健康管理运维端/开发环境 +VUE_APP_BASE_API = 'http://192.168.16.48:8088' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index 53ddf68..c754728 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' +# 健康管理运维端/生产环境 +VUE_APP_BASE_API = 'http://192.168.16.212:8088' diff --git a/.env.staging b/.env.staging index 20ce7dd..0e499b6 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 f2fcc34..12a4190 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xinelu", "version": "3.8.3", - "description": "新医路健康管理平台", + "description": "健康管理运维端", "author": "新医路", "license": "MIT", "scripts": { @@ -53,6 +53,7 @@ "screenfull": "5.0.2", "sortablejs": "1.10.2", "vue": "2.6.12", + "vue-amap": "^0.5.10", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", "vue-meta": "2.4.0", diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 95e4ceb..f997c06 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/views/index.vue b/src/views/index.vue index 3567b78..fd33a18 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -11,7 +11,7 @@