yaowanxin
2 天以前 6d8e930f8a93d1d15b9e9a6e30536902f1aeeb86
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:7003"; // 生产环境后端接口
  return {
    // 部署生产环境和开发环境下的URL。