From b44e169dd8a6e0f15d3788970176922e96aec6e1 Mon Sep 17 00:00:00 2001 From: zhao_js <349234519@qq.com> Date: 星期三, 15 十一月 2023 09:55:33 +0800 Subject: [PATCH] no message --- uniapp/utils/http.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/uniapp/utils/http.js b/uniapp/utils/http.js index 644eb43..65144da 100644 --- a/uniapp/utils/http.js +++ b/uniapp/utils/http.js @@ -46,6 +46,7 @@ } catch (e) { TOKEN = '' } + //TOKEN='fba93d1f-9bbe-49e7-9df7-074ddaba8790'; var startTime = new Date(); return new Promise((succ, error) => { uni.request({ -- Gitblit v1.9.3