This commit is contained in:
zoujiandong
2025-06-17 14:38:01 +08:00
parent b0eb163c21
commit 54a2da7d22
34 changed files with 109 additions and 92 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -31,7 +31,7 @@ const request = (url, data = {}, method = "post", loading = false, contentType =
sslVerify: false,
header: url.indexOf("/manager/getSignature4bing") == -1 ? header : {},
timeout: 1e4,
success: function(res) {
success: async function(res) {
var Authorization_token = res.header.Authorization;
if (Authorization_token) {
{