flat: 暂存

This commit is contained in:
Apcallover
2025-11-18 19:43:15 +08:00
parent ca7273f152
commit 60a0448aa7
7 changed files with 15 additions and 21 deletions

View File

@@ -104,7 +104,7 @@ export function chatRequest(url, data = {}, method = 'GET', loading = false, hea
header["Authorization"] = encodeURIComponent(Authorization);
return new Promise((resolve, reject) => {
uni.request({
url: config.StreamBaseURl + url,
url: config.baseUrl + url,
method: method,
data: data,
header,