ios 首页 任务 我的 修改
This commit is contained in:
@@ -308,7 +308,8 @@ module.exports = {
|
||||
data: data,
|
||||
method: "GET",
|
||||
header: {
|
||||
"content-type": header
|
||||
"content-type": header,
|
||||
token: uni.getStorageSync("token")
|
||||
},
|
||||
success: function(result) {
|
||||
if (result.data.code == 401) {
|
||||
|
||||
Reference in New Issue
Block a user