diff --git a/vite.config.ts b/vite.config.ts
index 95e7617..4eb9b23 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -12,7 +12,7 @@ function resolve(dir: string) {
 }
 
 const httpType = 'https://'
-const proxyUrl = '23.33.3.22:60006/' // 代理地址设置
+const proxyUrl = '10.10.33.185:60006/' // 代理地址设置
 
 // https://vitejs.dev/config/
 export default defineConfig({