From ab0b5f901129fbfe8b463a584c09124943e292dc Mon Sep 17 00:00:00 2001 From: lvweijie <741689394@qq.com> Date: Wed, 21 Sep 2022 10:34:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 6 ++-- .env.staging | 2 +- index.html | 2 +- src/components/ImageUpload/index.vue | 3 +- src/static/login-left..png | Bin 0 -> 478008 bytes src/views/components/ExpertForm/index.vue | 24 +++++++++------ src/views/components/FieldOptions/index.vue | 10 +++--- src/views/components/InputBoxAdd/index.vue | 3 ++ src/views/dataList/enterprise/add.vue | 1 + src/views/dataList/expert/index.vue | 4 +-- src/views/dataList/thesis/index.vue | 2 +- src/views/{index12.vue => index12.vue.bak} | 0 src/views/login.vue | 32 +++++++++++++++++--- src/views/register.vue | 2 +- 15 files changed, 64 insertions(+), 29 deletions(-) create mode 100644 src/static/login-left..png rename src/views/{index12.vue => index12.vue.bak} (100%) diff --git a/.env.development b/.env.development index 2744ed2..92d720b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 中科云 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 7b46b73..9f56c00 100644 --- a/.env.production +++ b/.env.production @@ -1,13 +1,13 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 中科云 # 生产环境配置 VITE_APP_ENV = 'production' # 若依管理系统/生产环境 # VITE_APP_BASE_API = '/prod-api' -VITE_APP_BASE_API = 'http://120.26.107.74:1618' -#VITE_APP_BASE_API = '/api' +#VITE_APP_BASE_API = 'http://120.26.107.74:1618' +VITE_APP_BASE_API = '/api' # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip \ No newline at end of file diff --git a/.env.staging b/.env.staging index fa7c357..f911064 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 中科云 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/index.html b/index.html index 179579b..9969e4c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ -