spring
2025-09-02 f0c1015025b4f81da3c887926c22c44e95a62f25
vite.config.js
@@ -8,7 +8,7 @@
  const { VITE_APP_ENV } = env;
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://192.168.1.138:7788" // 开发环境后端接口
      ? "http://114.132.189.42:8089" // 开发环境后端接口
      : "http://114.132.189.42:9030"; // 生产环境后端接口
  return {