fix:修复订单监控总会显示弹窗的bug(采用时间比较形式)
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ const request = (option) => {
|
||||
method: option.method,
|
||||
data: option.data,
|
||||
header: {
|
||||
"Content-Type": "application/json",
|
||||
"Content-Type": "application/x-www-form-urlencoded",
|
||||
...option.headers,
|
||||
"appid": config_url.appid,
|
||||
"Authorization": "Bearer " + common_vendor.index.getStorageSync("token"),
|
||||
|
||||
Reference in New Issue
Block a user