临时注释掉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, 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'
}, },