gaoluyang
2025-08-01 2cc37fe0df20055dfa4777ec19bd39454895b18d
vite.config.js
@@ -8,7 +8,7 @@
  const { VITE_APP_ENV } = env;
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://127.0.0.1:7005" // 开发环境后端接口
      ? "http://127.0.0.1:7003" // 开发环境后端接口
      : "http://114.132.189.42:7003"; // 生产环境后端接口
  return {