临时注释掉token
This commit is contained in:
@@ -16,7 +16,7 @@ export default function request(url, data = {}, method = "GET") {
|
|||||||
data: data,
|
data: data,
|
||||||
method: method,
|
method: method,
|
||||||
header: {
|
header: {
|
||||||
"Authorization": "Bearer " + (uni.getStorageSync("token") || ''),
|
// "Authorization": "Bearer " + (uni.getStorageSync("token") || ''),
|
||||||
"clientid": "resident",
|
"clientid": "resident",
|
||||||
'content-type': 'application/json'
|
'content-type': 'application/json'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user