zouyu
8 天以前 93b79b3a68e19cc36a8feb3bfea4e08ae76ec233
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://10.136.58.73:7003"; // 生产环境后端接口
  return {
    // 部署生产环境和开发环境下的URL。