Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jihe520/MathModelAgent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SeimoDev/MathModelAgent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Sep 11, 2025

  1. refactor(docker): 优化前后端Docker配置和生产环境部署

    - 重构前端Dockerfile为多阶段构建,使用nginx作为生产服务器
    - 移除开发环境配置文件,更新dockerignore规则
    - 优化后端Dockerfile使用虚拟环境
    - 更新docker-compose配置适配生产环境
    - 添加nginx配置文件处理前端路由和API代理
    SeimoDev committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    b9be0fc View commit details
    Browse the repository at this point in the history
  2. refactor(frontend): 移除开发环境下的API代理配置

    开发模式下改为直接访问后端服务,简化配置并避免潜在的代理问题
    SeimoDev committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    3777080 View commit details
    Browse the repository at this point in the history
  3. docs: 更新访问地址文档中的前端和API链接

    将前端界面地址从localhost:5173更新为localhost,并添加/api作为后端API的替代访问路径
    SeimoDev committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    13be3ab View commit details
    Browse the repository at this point in the history
Loading