打包
This commit is contained in:
+1
-1
@@ -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: async function(res) {
|
||||
success: async (res) => {
|
||||
var Authorization_token = res.header.Authorization;
|
||||
if (Authorization_token) {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user