From bbcfb34facb3b5d5de8dfe753fdac56186d5cad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=AA=E5=AF=92?= <2533659732@qq.com> Date: Tue, 9 Aug 2022 16:32:07 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index e352278..6a5988e 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 幼儿园体质检测管理系统 ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.16.62:8080' +VUE_APP_BASE_API = 'http://192.168.16.64:8080' #'/dev-api' # 路由懒加载 From 107d4cbf62e14478bd630e6a78c607270ae46022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=AA=E5=AF=92?= <2533659732@qq.com> Date: Thu, 1 Sep 2022 15:09:30 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index dd5ac82..6a5988e 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 幼儿园体质检测管理系统 ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.16.81:8080' +VUE_APP_BASE_API = 'http://192.168.16.64:8080' #'/dev-api' # 路由懒加载 From fde1d84119372d2efe24a4a1b85bdf990cd30f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=AA=E5=AF=92?= <2533659732@qq.com> Date: Mon, 19 Sep 2022 10:21:22 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 2a72dbc..a7dbc55 100644 --- a/.env.development +++ b/.env.development @@ -4,8 +4,8 @@ VUE_APP_TITLE = 幼儿园体质检测管理系统 # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.16.81:8081' +# 幼儿园体质检测管理系统/开发环境 +VUE_APP_BASE_API = 'http://192.168.16.64:8080' #'/dev-api' # 路由懒加载 From 138251c2504ebff9cc43c9f0ec308a614b3aa7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=AA=E5=AF=92?= <2533659732@qq.com> Date: Mon, 19 Sep 2022 10:26:17 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 4 ++-- .env.staging | 4 ++-- src/views/login.vue | 2 +- src/views/register.vue | 2 +- vue.config.js | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index a7dbc55..ad3a0a8 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 幼儿园体质检测管理系统 +VUE_APP_TITLE = 智慧幼儿体质评估与促进系统 # 开发环境配置 ENV = 'development' -# 幼儿园体质检测管理系统/开发环境 +# 智慧幼儿体质评估与促进系统/开发环境 VUE_APP_BASE_API = 'http://192.168.16.64:8080' #'/dev-api' diff --git a/.env.production b/.env.production index 59f9d40..642fe90 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 d094493..a867a0e 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/views/login.vue b/src/views/login.vue index 28809af..4062919 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@