部署: 部署到服务器测试

This commit is contained in:
xiao12feng8 2026-02-05 11:28:34 +08:00
parent 345ba0f86d
commit 389d291397
2 changed files with 2326 additions and 2 deletions

View File

@ -1,6 +1,8 @@
// Windows 本地开发 - 混合架构
export const baseURL = 'http://192.168.1.164:30100' // PHP 处理用户管理和界面
export const baseURLPy = 'http://192.168.1.164:30101' // FastAPI 处理 AI 功能
// export const baseURL = 'http://192.168.1.164:30100' // PHP 处理用户管理和界面
export const baseURL = 'http://1.15.149.240:30100' // PHP 处理用户管理和界面
// export const baseURLPy = 'http://192.168.1.164:30101' // FastAPI 处理 AI 功能
export const baseURLPy = 'http://1.15.149.240:30101' // FastAPI 处理 AI 功能
// 远程服务器 - 需要时取消注释
// export const baseURL = 'http://1.15.149.240:30100'

2322
数据库.sql Normal file

File diff suppressed because one or more lines are too long