diff --git a/.env.development b/.env.development
index 6c35abb..04cedb9 100644
--- a/.env.development
+++ b/.env.development
@@ -8,4 +8,3 @@ VITE_APP_PORT = 8089
# 联美运营系统/开发环境
VITE_APP_BASE_API = '/dev-api/'
-VITE_APP_BASE_API_IMAGE = '/dev-api/'
diff --git a/.env.production b/.env.production
index b39e871..98489a6 100644
--- a/.env.production
+++ b/.env.production
@@ -8,7 +8,6 @@ VITE_APP_PORT = 8089
# 若依管理系统/生产环境
VITE_APP_BASE_API = '/prod-api/'
-VITE_APP_BASE_API_IMAGE = '/prod-api/'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
diff --git a/.env.test b/.env.test
index d7d3ca5..bf70627 100644
--- a/.env.test
+++ b/.env.test
@@ -6,7 +6,6 @@ VITE_APP_ENV = 'test'
# 若依管理系统/生产环境
VITE_APP_BASE_API = 'http://dev.ccwin-in.com:23111/api'
-VITE_APP_BASE_API_IMAGE = 'http://dev.ccwin-in.com:23111'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
\ No newline at end of file
diff --git a/index.html b/index.html
index fe9ad49..c95b21d 100644
--- a/index.html
+++ b/index.html
@@ -24,7 +24,7 @@
-
+