diff --git a/.env.development b/.env.development index e81618f..d0ccee5 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VITE_API_BASE_URL=http://47.94.224.191:8080 +VITE_API_BASE_URL=http://zeronode.cn VITE_FRONTEND_CALLBACK_URL=http://localhost:5173/callback \ No newline at end of file diff --git a/.env.production b/.env.production index cb31c35..1b7268b 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ # .env.production (生产环境) -VITE_API_BASE_URL=http://47.94.224.191:8080 -VITE_FRONTEND_CALLBACK_URL=http://47.94.224.191:8080/callback # 或者你的生产环境前端URL \ No newline at end of file +VITE_API_BASE_URL=http://zeronode.cn +VITE_FRONTEND_CALLBACK_URL=http://zeronode.cn/callback # 或者你的生产环境前端URL \ No newline at end of file