临时注释掉token

This commit is contained in:
zhouyanli
2026-04-27 14:07:58 +08:00
parent d52cbbd51b
commit d4ebf2bff5

View File

@@ -16,7 +16,7 @@ export default function request(url, data = {}, method = "GET") {
data: data,
method: method,
header: {
"Authorization": "Bearer " + (uni.getStorageSync("token") || ''),
// "Authorization": "Bearer " + (uni.getStorageSync("token") || ''),
"clientid": "resident",
'content-type': 'application/json'
},