diff --git a/.env b/.env
index 94652cffd565464f4de021f69d18107faa8c36db..bd76b9eaabbde92b097c8196585f35b0df6ed29c 100644
--- a/.env
+++ b/.env
@@ -7,5 +7,5 @@ VITE_OPEN = false
# 打包是否开启 cdn(源文件 utils/build.ts),可自行修改
VITE_OPEN_CDN = false
-# public path 配置线上环境路径(打包)、本地通过 http-server 访问时,请置空即可
-VITE_PUBLIC_PATH = /vue-next-admin-preview/
\ No newline at end of file
+# public path 配置线上环境路径(打包)、本地通过 http-server 访问时,请置空即可 /vue-next-admin-preview/
+VITE_PUBLIC_PATH =
\ No newline at end of file
diff --git a/.env.development b/.env.development
index 83fd5c5f87541e39f8222c18f140e118df576bfc..1834c78a5ff67e06311e207d578e2c263a666c31 100644
--- a/.env.development
+++ b/.env.development
@@ -2,4 +2,4 @@
ENV = development
# 本地环境接口地址
-VITE_API_URL = http://localhost:8888/
\ No newline at end of file
+VITE_API_URL = http://localhost:9000/
\ No newline at end of file
diff --git a/.env.production b/.env.production
index 478a84194a4457c5d11c63c3ca8b8a7d17ae2550..f50f5d7239f05b7946ebec38dfbfb0e8814d6208 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 线上环境
ENV = production
-# 线上环境接口地址
-VITE_API_URL = https://lyt-top.gitee.io/vue-next-admin-preview/
\ No newline at end of file
+# 线上环境接口地址http://11.1.11.116:8888/ http://slkjyun.cn:8888/
+VITE_API_URL = https://www.slkjyun.cn/
\ No newline at end of file
diff --git a/index.html b/index.html
index dc8466cc0684542494c4b22c74c070243501f3ce..df75c5f81b1ae39bf6062eca1001162a8819fb35 100644
--- a/index.html
+++ b/index.html
@@ -27,6 +27,6 @@
})();
-
+