flat: bug修复

This commit is contained in:
Apcallover
2025-12-25 12:52:54 +08:00
parent ef669f23be
commit 8280cc9fae
5 changed files with 305 additions and 55 deletions

View File

@@ -119,8 +119,8 @@ export function createRequest(url, data = {}, method = 'GET', loading = false, h
// ------------------------------------------------------------------
return new Promise((resolve, reject) => {
uni.request({
// url: config.baseUrl + '/app/proxy',
url: config.baseUrl + url,
url: config.baseUrl + '/app/proxy',
// url: config.baseUrl + url,
method: method,
data: requestData,
header,