gaoluyang
6 天以前 c7b4b9a2f4c0f05aeb60a9e3f5fba5d9a3676f3f
vite.config.js
@@ -9,7 +9,7 @@
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://114.132.189.42:8089" // 开发环境后端接口
      : "http://114.132.189.42:8092"; // 生产环境后端接口
      : "http://114.132.189.42:8089"; // 生产环境后端接口
  return {
    // 部署生产环境和开发环境下的URL。