张诺
2026-02-02 59ef95ae90d3e9815afabc751e92c39d1ccf43cb
vite.config.js
@@ -9,7 +9,7 @@
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://127.0.0.1:7003" // 开发环境后端接口
      : "http://114.132.189.42:7003"; // 生产环境后端接口
      : "http://127.0.0.1:7003"; // 生产环境后端接口
  return {
    // 部署生产环境和开发环境下的URL。