gaoluyang
2025-08-13 37b9e84960ec1cd3098921755328d08adef18022
vite.config.js
@@ -8,7 +8,7 @@
  const { VITE_APP_ENV } = env;
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://114.132.189.42:8092" // 开发环境后端接口
      ? "http://114.132.189.42:8089" // 开发环境后端接口
      : "http://114.132.189.42:8092"; // 生产环境后端接口
  return {