数据处理

This commit is contained in:
xuli3099
2025-08-13 09:22:58 +08:00
parent 107cc64a81
commit 0728d92094
7 changed files with 92 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ const requestHooks = {
if (baseUrl) {
options.url = `${baseUrl}${options.url}`;
}
const token = getToken(); console.log("token=>",token)
const token = getToken(); //console.log("token=>",token)
if (withToken && !options.header.token) {
options.header.token = token;
}