From e2dd1310d3e2aac03d5c259d080b1cb9b6b6d061 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 15 May 2024 11:08:14 +0800 Subject: [PATCH] no message --- utils/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/http.js b/utils/http.js index 08cb5cd..c6b0f33 100644 --- a/utils/http.js +++ b/utils/http.js @@ -10,7 +10,7 @@ axios.defaults.withCredentials = true axios.interceptors.request.use( //响应拦截 async config => { // 开发时登录用的,可以直接替换小程序的 authorization - config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "74cf528be95626d73b17732a825a293c" + config['headers']['authorization'] = process.env.NODE_ENV !== "production" && "apd452evlcnw2vku5x8abv1ktf92gt71" return config; }, error => {