zouyu
2026-01-30 e7cca2ed335b5f209fd1e2da0f4239b365a7b77c
vite.config.js
@@ -9,7 +9,7 @@
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://127.0.0.1:7003" // 开发环境后端接口
      : "http://10.136.58.73:7003"; // 生产环境后端接口
      : "http://127.0.0.1:8038"; // 生产环境后端接口
  return {
    // 部署生产环境和开发环境下的URL。