gaoluyang
2025-08-14 8035c78707eb044591e3488d2f9cfb19619630a7
vite.config.js
@@ -8,8 +8,8 @@
  const { VITE_APP_ENV } = env;
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://127.0.0.1:7003" // 开发环境后端接口
      : "http://114.132.189.42:7003"; // 生产环境后端接口
      ? "http://114.132.189.42:8089" // 开发环境后端接口
      : "http://114.132.189.42:8089"; // 生产环境后端接口
  return {
    // 部署生产环境和开发环境下的URL。