From c93d4b3af5739f786cfdf20b16b28ec60403f709 Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期二, 25 六月 2024 19:53:54 +0800 Subject: [PATCH] 前端对接 seb实体库,rag基本服务 --- src/utils/modelGeo.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/modelGeo.js b/src/utils/modelGeo.js index 7b0ed02..d4b1ddf 100644 --- a/src/utils/modelGeo.js +++ b/src/utils/modelGeo.js @@ -16,7 +16,7 @@ (config) => { // 鍙互鍦ㄨ繖閲屾坊鍔犺姹傚ご绛変俊鎭� let token = getToken(); - console.log("213",token); + if (token) { config.headers["Authorization"] = token; } -- Gitblit v1.9.3