diff --git a/apps/web-antd/.env.production b/apps/web-antd/.env.production
index a890ef2..5375847 100644
--- a/apps/web-antd/.env.production
+++ b/apps/web-antd/.env.production
@@ -1,7 +1,7 @@
VITE_BASE=/
# 接口地址
-VITE_GLOB_API_URL=http://dify.vertoryao.xyz/api
+VITE_GLOB_API_URL=https://mock-napi.vben.pro/api
# 是否开启压缩,可以设置为 none, brotli, gzip
VITE_COMPRESS=none
diff --git a/apps/web-antd/src/views/dept/list.vue b/apps/web-antd/src/views/dept/list.vue
index ff18c14..66eb3cf 100644
--- a/apps/web-antd/src/views/dept/list.vue
+++ b/apps/web-antd/src/views/dept/list.vue
@@ -138,7 +138,11 @@ function refreshGrid() {
-