feat: 修改端口

This commit is contained in:
2025-11-11 23:51:17 +08:00
parent 5a4f528e4b
commit f7ca591f1c
12 changed files with 283 additions and 13 deletions

View File

@@ -1,7 +1,9 @@
import request from '@/api/http'
import { fetchEventSource } from '@microsoft/fetch-event-source'
import { getAccessToken } from '@/utils/auth'
const SERVER_BASE_AI= import.meta.env.VITE_BASE_URL + '/admin-api/ai'
import { API_BASE } from '@/api/config'
const SERVER_BASE_AI = API_BASE.ADMIN_AI