chore: 🔨 合并冲突解决

This commit is contained in:
ray
2024-11-16 22:44:29 +08:00
26 changed files with 1065 additions and 1349 deletions

View File

@@ -61,8 +61,8 @@ const ConfigAPI = {
refreshCache() {
return request({
url: `${CONFIG_BASE_URL}`,
method: "patch",
url: `${CONFIG_BASE_URL}/refresh`,
method: "PUT",
});
},
};

View File

@@ -113,7 +113,7 @@ const UserAPI = {
url: `${USER_BASE_URL}/export`,
method: "get",
params: queryParams,
responseType: "arraybuffer",
responseType: "blob",
});
},