spring
2025-09-01 bdacf27471620926bd61c245b5f80ce9d4a70e3e
vite.config.js
@@ -9,7 +9,7 @@
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://192.168.1.147:7003" // 开发环境后端接口
      : "http://114.132.189.42:7003"; // 生产环境后端接口
      : "http://10.136.12.71:7003"; // 生产环境后端接口
  return {
    // 部署生产环境和开发环境下的URL。