diff --git a/.env.development b/.env.development index f5492f0..303542c 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ # 页面标题 -VITE_APP_TITLE = 检验平台流转系统 +VITE_APP_TITLE = 区域检验数据平台 # 开发环境配置 VITE_APP_ENV = 'development' -# 检验平台流转系统/开发环境 +# 区域检验数据平台/开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/.env.production b/.env.production index 706faa9..65782c3 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 检验平台流转系统 +VITE_APP_TITLE = 区域检验数据平台 # 生产环境配置 VITE_APP_ENV = 'production' -# 检验平台流转系统/生产环境 +# 区域检验数据平台/生产环境 VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/.env.staging b/.env.staging index 9a12781..37b4c10 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 检验平台流转系统 +VITE_APP_TITLE = 区域检验数据平台 # 生产环境配置 VITE_APP_ENV = 'staging' -# 检验平台流转系统/生产环境 +# 区域检验数据平台/生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/src/assets/images/login-background.jpg b/src/assets/images/login-background.jpg index 8a89eb8..b1e9e6f 100644 Binary files a/src/assets/images/login-background.jpg and b/src/assets/images/login-background.jpg differ diff --git a/src/assets/images/pay.png b/src/assets/images/pay.png deleted file mode 100644 index bb8b967..0000000 Binary files a/src/assets/images/pay.png and /dev/null differ diff --git a/src/components/SelectTable/index.vue b/src/components/SelectTable/index.vue index 5519b2a..6286e25 100644 --- a/src/components/SelectTable/index.vue +++ b/src/components/SelectTable/index.vue @@ -17,9 +17,10 @@ -->