From d4ebf2bff540fd8a68bb3867891faa2c66ad1ddb Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Mon, 27 Apr 2026 14:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=B3=A8=E9=87=8A=E6=8E=89to?= =?UTF-8?q?ken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- property-uniapp-project/pageSubPack/api/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property-uniapp-project/pageSubPack/api/request.js b/property-uniapp-project/pageSubPack/api/request.js index ea015d5..0c4f050 100644 --- a/property-uniapp-project/pageSubPack/api/request.js +++ b/property-uniapp-project/pageSubPack/api/request.js @@ -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' },